Golden Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Golden Sunset palette

Condividi questa palette a:

tavolozza dei colori Golden Sunset CSS

/* CSS */
.color-1 {
color: #fff3d6;
}
.color-2 {
color: #ffe7c7;
}
.color-3 {
color: #ffdac7;
}
.color-4 {
color: #ffcfc2;
}
.color-5 {
color: #ffc1b3;
}

/* CSS Variables */
:root {
--color-1: #fff3d6;
--color-2: #ffe7c7;
--color-3: #ffdac7;
--color-4: #ffcfc2;
--color-5: #ffc1b3;
}

CSS con gradiente di sfondo Golden Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff3d6, #ffe7c7, #ffdac7, #ffcfc2, #ffc1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff3d6, #ffe7c7, #ffdac7, #ffcfc2, #ffc1b3);
}

Golden Sunset color palette created on .