Whispers of Serene Skies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serene Skies palette

Share this palette to:

Whispers of Serene Skies color palette CSS

/* CSS */
.color-1 {
color: #fefefb;
}
.color-2 {
color: #faf9f4;
}
.color-3 {
color: #f1f0e9;
}
.color-4 {
color: #d7d5cc;
}
.color-5 {
color: #8fb8db;
}

/* CSS Variables */
:root {
--color-1: #fefefb;
--color-2: #faf9f4;
--color-3: #f1f0e9;
--color-4: #d7d5cc;
--color-5: #8fb8db;
}

Whispers of Serene Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefefb, #faf9f4, #f1f0e9, #d7d5cc, #8fb8db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefefb, #faf9f4, #f1f0e9, #d7d5cc, #8fb8db);
}

Similar color palettes

Scroll down to explore 1 Soft white color palette

Whispers of Serene Skies color palette created on .