Berry Fuzz Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Berry Fuzz Reverie palette

Condividi questa palette a:

tavolozza dei colori Berry Fuzz Reverie CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #b83d5a;
}
.color-3 {
color: #a53b8c;
}
.color-4 {
color: #6c2d9f;
}
.color-5 {
color: #491e6c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #b83d5a;
--color-3: #a53b8c;
--color-4: #6c2d9f;
--color-5: #491e6c;
}

CSS con gradiente di sfondo Berry Fuzz Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #b83d5a, #a53b8c, #6c2d9f, #491e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #b83d5a, #a53b8c, #6c2d9f, #491e6c);
}

Berry Fuzz Reverie color palette created on .