Whispers of Serene Skies Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serene Skies palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serene Skies CSS

/* CSS */
.color-1 {
color: #dae7ec;
}
.color-2 {
color: #c4dae3;
}
.color-3 {
color: #b2cedc;
}
.color-4 {
color: #9cc0d3;
}
.color-5 {
color: #89b4cd;
}

/* CSS Variables */
:root {
--color-1: #dae7ec;
--color-2: #c4dae3;
--color-3: #b2cedc;
--color-4: #9cc0d3;
--color-5: #89b4cd;
}

CSS con gradiente di sfondo Whispers of Serene Skies

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dae7ec, #c4dae3, #b2cedc, #9cc0d3, #89b4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dae7ec, #c4dae3, #b2cedc, #9cc0d3, #89b4cd);
}

Whispers of Serene Skies color palette created on .