Regal Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Serenade palette

Share this palette to:

Regal Serenade color palette CSS

/* CSS */
.color-1 {
color: #3b8ea0;
}
.color-2 {
color: #a3d5e0;
}
.color-3 {
color: #f0b28e;
}
.color-4 {
color: #f47b1f;
}
.color-5 {
color: #d7565a;
}

/* CSS Variables */
:root {
--color-1: #3b8ea0;
--color-2: #a3d5e0;
--color-3: #f0b28e;
--color-4: #f47b1f;
--color-5: #d7565a;
}

Regal Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8ea0, #a3d5e0, #f0b28e, #f47b1f, #d7565a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8ea0, #a3d5e0, #f0b28e, #f47b1f, #d7565a);
}

Regal Serenade color palette created on .