Paleta de colores Grenadier Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Grenadier Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Grenadier Sunrise

/* CSS */
.color-1 {
color: #fe9d5d;
}
.color-2 {
color: #fea971;
}
.color-3 {
color: #fec467;
}
.color-4 {
color: #fed971;
}
.color-5 {
color: #ffe285;
}

/* CSS Variables */
:root {
--color-1: #fe9d5d;
--color-2: #fea971;
--color-3: #fec467;
--color-4: #fed971;
--color-5: #ffe285;
}

CSS del degradado de fondo Grenadier Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe9d5d, #fea971, #fec467, #fed971, #ffe285);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe9d5d, #fea971, #fec467, #fed971, #ffe285);
}

Grenadier Sunrise color palette created on .