Dreamy Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Dreamy Whispers palette

Condividi questa palette a:

tavolozza dei colori Dreamy Whispers CSS

/* CSS */
.color-1 {
color: #f6daa2;
}
.color-2 {
color: #ffd5b8;
}
.color-3 {
color: #ffb3c1;
}
.color-4 {
color: #ff8080;
}
.color-5 {
color: #ff618e;
}

/* CSS Variables */
:root {
--color-1: #f6daa2;
--color-2: #ffd5b8;
--color-3: #ffb3c1;
--color-4: #ff8080;
--color-5: #ff618e;
}

CSS con gradiente di sfondo Dreamy Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6daa2, #ffd5b8, #ffb3c1, #ff8080, #ff618e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6daa2, #ffd5b8, #ffb3c1, #ff8080, #ff618e);
}

Dreamy Whispers color palette created on .