Whispers of a Storm Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of a Storm palette

Condividi questa palette a:

tavolozza dei colori Whispers of a Storm CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b6d8d2;
}
.color-3 {
color: #e8d0a6;
}
.color-4 {
color: #f1b1b1;
}
.color-5 {
color: #d66b76;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b6d8d2;
--color-3: #e8d0a6;
--color-4: #f1b1b1;
--color-5: #d66b76;
}

CSS con gradiente di sfondo Whispers of a Storm

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b6d8d2, #e8d0a6, #f1b1b1, #d66b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b6d8d2, #e8d0a6, #f1b1b1, #d66b76);
}

Whispers of a Storm color palette created on .