Whispers of Sunlight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Sunlight palette

Share this palette to:

Whispers of Sunlight color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafaf9;
}
.color-3 {
color: #eae8cc;
}
.color-4 {
color: #c9c9c0;
}
.color-5 {
color: #bfb43b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafaf9;
--color-3: #eae8cc;
--color-4: #c9c9c0;
--color-5: #bfb43b;
}

Whispers of Sunlight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafaf9, #eae8cc, #c9c9c0, #bfb43b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafaf9, #eae8cc, #c9c9c0, #bfb43b);
}

Similar color palettes

Scroll down to explore 3 White color palettes

Whispers of Sunlight color palette created on .