Paleta de colores Sofya's Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sofya's Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Sofya's Sunrise

/* CSS */
.color-1 {
color: #f9b19f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9b3d;
}
.color-4 {
color: #ffc83d;
}
.color-5 {
color: #ffde5c;
}

/* CSS Variables */
:root {
--color-1: #f9b19f;
--color-2: #ff6e61;
--color-3: #ff9b3d;
--color-4: #ffc83d;
--color-5: #ffde5c;
}

CSS del degradado de fondo Sofya's Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b19f, #ff6e61, #ff9b3d, #ffc83d, #ffde5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b19f, #ff6e61, #ff9b3d, #ffc83d, #ffde5c);
}

Sofya's Sunrise color palette created on .