Majestic Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Majestic Serenity palette
Majestic Serenity color palette CSS
/* CSS */
.color-1 {
color: #2a4d6a;
}
.color-2 {
color: #4b86b4;
}
.color-3 {
color: #b1d6e7;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #2a4d6a;
--color-2: #4b86b4;
--color-3: #b1d6e7;
--color-4: #f9c54e;
--color-5: #f94346;
}
Majestic Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4d6a, #4b86b4, #b1d6e7, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4d6a, #4b86b4, #b1d6e7, #f9c54e, #f94346);
}
Similar color palettes
Majestic Serenity color palette created on .