Paleta de colores Yellow Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Sunset palette
CSS de la paleta de colores Yellow Sunset
/* CSS */
.color-1 {
color: #cfd520;
}
.color-2 {
color: #d59f20;
}
.color-3 {
color: #d55c20;
}
.color-4 {
color: #d59c20;
}
.color-5 {
color: #d57720;
}
/* CSS Variables */
:root {
--color-1: #cfd520;
--color-2: #d59f20;
--color-3: #d55c20;
--color-4: #d59c20;
--color-5: #d57720;
}
CSS del degradado de fondo Yellow Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfd520, #d59f20, #d55c20, #d59c20, #d57720);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfd520, #d59f20, #d55c20, #d59c20, #d57720);
}
Paletas de colores similares
Yellow Sunset color palette created on .