Regal Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Regal Dreams palette

Share this palette to:

Regal Dreams color palette CSS

/* CSS */
.color-1 {
color: #5c4b8b;
}
.color-2 {
color: #8e80bc;
}
.color-3 {
color: #b4a3d7;
}
.color-4 {
color: #d8c7e5;
}
.color-5 {
color: #f1e6f9;
}

/* CSS Variables */
:root {
--color-1: #5c4b8b;
--color-2: #8e80bc;
--color-3: #b4a3d7;
--color-4: #d8c7e5;
--color-5: #f1e6f9;
}

Regal Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c4b8b, #8e80bc, #b4a3d7, #d8c7e5, #f1e6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c4b8b, #8e80bc, #b4a3d7, #d8c7e5, #f1e6f9);
}

Regal Dreams color palette created on .