Whispers of the Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Sky palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Sky CSS

/* CSS */
.color-1 {
color: #b8d2ea;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #88b5d3;
}
.color-4 {
color: #5da1c6;
}
.color-5 {
color: #3f89a2;
}

/* CSS Variables */
:root {
--color-1: #b8d2ea;
--color-2: #a3c7e0;
--color-3: #88b5d3;
--color-4: #5da1c6;
--color-5: #3f89a2;
}

CSS con gradiente di sfondo Whispers of the Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8d2ea, #a3c7e0, #88b5d3, #5da1c6, #3f89a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8d2ea, #a3c7e0, #88b5d3, #5da1c6, #3f89a2);
}

Whispers of the Sky color palette created on .