Regal Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Regal Serenity palette
Regal Serenity color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #287fb8;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #f1c40e;
--color-3: #e77e23;
--color-4: #287fb8;
--color-5: #f39c12;
}
Regal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #f1c40e, #e77e23, #287fb8, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #f1c40e, #e77e23, #287fb8, #f39c12);
}
Similar color palettes
Regal Serenity color palette created on .