Regal Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Whisper palette

Share this palette to:

Regal Whisper color palette CSS

/* CSS */
.color-1 {
color: #efe2d2;
}
.color-2 {
color: #d2b2a3;
}
.color-3 {
color: #a67d8c;
}
.color-4 {
color: #7a4d7a;
}
.color-5 {
color: #4a2b73;
}

/* CSS Variables */
:root {
--color-1: #efe2d2;
--color-2: #d2b2a3;
--color-3: #a67d8c;
--color-4: #7a4d7a;
--color-5: #4a2b73;
}

Regal Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe2d2, #d2b2a3, #a67d8c, #7a4d7a, #4a2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe2d2, #d2b2a3, #a67d8c, #7a4d7a, #4a2b73);
}

Regal Whisper color palette created on .