Whimsical Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Reverie palette

Condividi questa palette a:

tavolozza dei colori Whimsical Reverie CSS

/* CSS */
.color-1 {
color: #d9a3e0;
}
.color-2 {
color: #7e5eb0;
}
.color-3 {
color: #5f4c9a;
}
.color-4 {
color: #e9a83f;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #d9a3e0;
--color-2: #7e5eb0;
--color-3: #5f4c9a;
--color-4: #e9a83f;
--color-5: #ff6b6b;
}

CSS con gradiente di sfondo Whimsical Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a3e0, #7e5eb0, #5f4c9a, #e9a83f, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a3e0, #7e5eb0, #5f4c9a, #e9a83f, #ff6b6b);
}

Whimsical Reverie color palette created on .