Whispers of the Storm Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of the Storm palette

Condividi questa palette a:

tavolozza dei colori Whispers of the Storm CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #69a3c9;
}
.color-3 {
color: #507a9b;
}
.color-4 {
color: #3c5b6d;
}
.color-5 {
color: #2d3949;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #69a3c9;
--color-3: #507a9b;
--color-4: #3c5b6d;
--color-5: #2d3949;
}

CSS con gradiente di sfondo Whispers of the Storm

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #69a3c9, #507a9b, #3c5b6d, #2d3949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #69a3c9, #507a9b, #3c5b6d, #2d3949);
}

Whispers of the Storm color palette created on .