Whispers of Rain Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Rain palette

Condividi questa palette a:

tavolozza dei colori Whispers of Rain CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #a8d5e6;
}
.color-3 {
color: #f0f8e2;
}
.color-4 {
color: #f6c9b1;
}
.color-5 {
color: #ef3b1f;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #a8d5e6;
--color-3: #f0f8e2;
--color-4: #f6c9b1;
--color-5: #ef3b1f;
}

CSS con gradiente di sfondo Whispers of Rain

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #a8d5e6, #f0f8e2, #f6c9b1, #ef3b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #a8d5e6, #f0f8e2, #f6c9b1, #ef3b1f);
}

Whispers of Rain color palette created on .