Starlit Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starlit Reverie palette

Share this palette to:

Starlit Reverie color palette CSS

/* CSS */
.color-1 {
color: #3b5e8c;
}
.color-2 {
color: #6e90bf;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f0d5a3;
}
.color-5 {
color: #f7abc9;
}

/* CSS Variables */
:root {
--color-1: #3b5e8c;
--color-2: #6e90bf;
--color-3: #a3c7e0;
--color-4: #f0d5a3;
--color-5: #f7abc9;
}

Starlit Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5e8c, #6e90bf, #a3c7e0, #f0d5a3, #f7abc9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5e8c, #6e90bf, #a3c7e0, #f0d5a3, #f7abc9);
}

Starlit Reverie color palette created on .