Berry Sunset Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Berry Sunset Delight palette

Condividi questa palette a:

tavolozza dei colori Berry Sunset Delight CSS

/* CSS */
.color-1 {
color: #5c3f8d;
}
.color-2 {
color: #a06a9d;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f5e3b2;
}
.color-5 {
color: #f28d3a;
}

/* CSS Variables */
:root {
--color-1: #5c3f8d;
--color-2: #a06a9d;
--color-3: #eab8d1;
--color-4: #f5e3b2;
--color-5: #f28d3a;
}

CSS con gradiente di sfondo Berry Sunset Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3f8d, #a06a9d, #eab8d1, #f5e3b2, #f28d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3f8d, #a06a9d, #eab8d1, #f5e3b2, #f28d3a);
}

Berry Sunset Delight color palette created on .