Paleta de colores Regal Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Regal Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Regal Sunset

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffd65c;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #5c6f7f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #ffd65c;
--color-4: #a7d7b8;
--color-5: #5c6f7f;
}

CSS del degradado de fondo Regal Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #ffd65c, #a7d7b8, #5c6f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #ffd65c, #a7d7b8, #5c6f7f);
}

Regal Sunset color palette created on .