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: #a6c6ed;
}
.color-2 {
color: #f0b0a8;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #b2e1b2;
}
.color-5 {
color: #f2a1b2;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f0b0a8;
--color-3: #f4cf3e;
--color-4: #b2e1b2;
--color-5: #f2a1b2;
}

CSS con gradiente di sfondo Dreamy Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f0b0a8, #f4cf3e, #b2e1b2, #f2a1b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f0b0a8, #f4cf3e, #b2e1b2, #f2a1b2);
}

Dreamy Whispers color palette created on .