Paleta de colores Sunset Dial

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset Dial palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset Dial

/* CSS */
.color-1 {
color: #f6cb3c;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f68d4c;
}
.color-4 {
color: #f6714c;
}
.color-5 {
color: #e6483d;
}

/* CSS Variables */
:root {
--color-1: #f6cb3c;
--color-2: #f9a94e;
--color-3: #f68d4c;
--color-4: #f6714c;
--color-5: #e6483d;
}

CSS del degradado de fondo Sunset Dial

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6cb3c, #f9a94e, #f68d4c, #f6714c, #e6483d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6cb3c, #f9a94e, #f68d4c, #f6714c, #e6483d);
}

Sunset Dial color palette created on .