Paleta de colores Golden Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Sunset

/* 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 del degradado de fondo 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 .