Sunset Sorbet Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Sorbet palette

Condividi questa palette a:

tavolozza dei colori Sunset Sorbet CSS

/* CSS */
.color-1 {
color: #ff8e3d;
}
.color-2 {
color: #ffc94d;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #ffee8f;
}
.color-5 {
color: #ffb8c1;
}

/* CSS Variables */
:root {
--color-1: #ff8e3d;
--color-2: #ffc94d;
--color-3: #ffda6b;
--color-4: #ffee8f;
--color-5: #ffb8c1;
}

CSS con gradiente di sfondo Sunset Sorbet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8e3d, #ffc94d, #ffda6b, #ffee8f, #ffb8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8e3d, #ffc94d, #ffda6b, #ffee8f, #ffb8c1);
}

Sunset Sorbet color palette created on .