Whispers of Serene Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Serene Sky palette

Condividi questa palette a:

tavolozza dei colori Whispers of Serene Sky CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8f8fc;
}
.color-3 {
color: #e4e4e7;
}
.color-4 {
color: #bcdceb;
}
.color-5 {
color: #88cef1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8f8fc;
--color-3: #e4e4e7;
--color-4: #bcdceb;
--color-5: #88cef1;
}

CSS con gradiente di sfondo Whispers of Serene Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8f8fc, #e4e4e7, #bcdceb, #88cef1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8f8fc, #e4e4e7, #bcdceb, #88cef1);
}

Whispers of Serene Sky color palette created on .