Whispers of Winter Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Winter Sky palette

Condividi questa palette a:

tavolozza dei colori Whispers of Winter Sky CSS

/* CSS */
.color-1 {
color: #e64141;
}
.color-2 {
color: #467ee7;
}
.color-3 {
color: #3e6de5;
}
.color-4 {
color: #2292e2;
}
.color-5 {
color: #1b57c5;
}

/* CSS Variables */
:root {
--color-1: #e64141;
--color-2: #467ee7;
--color-3: #3e6de5;
--color-4: #2292e2;
--color-5: #1b57c5;
}

CSS con gradiente di sfondo Whispers of Winter Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e64141, #467ee7, #3e6de5, #2292e2, #1b57c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e64141, #467ee7, #3e6de5, #2292e2, #1b57c5);
}

Whispers of Winter Sky color palette created on .