Paleta de colores Sunset in the Forest

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunset in the Forest palette

Compartir esta paleta en:

CSS de la paleta de colores Sunset in the Forest

/* CSS */
.color-1 {
color: #ffc800;
}
.color-2 {
color: #00326b;
}
.color-3 {
color: #817f36;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #f1c6c6;
}

/* CSS Variables */
:root {
--color-1: #ffc800;
--color-2: #00326b;
--color-3: #817f36;
--color-4: #ff6d1f;
--color-5: #f1c6c6;
}

CSS del degradado de fondo Sunset in the Forest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc800, #00326b, #817f36, #ff6d1f, #f1c6c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc800, #00326b, #817f36, #ff6d1f, #f1c6c6);
}

Sunset in the Forest color palette created on .