Paleta de colores Ethereal Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Sunshine

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0d400;
}
.color-3 {
color: #f3e58c;
}
.color-4 {
color: #e6b800;
}
.color-5 {
color: #f2b578;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0d400;
--color-3: #f3e58c;
--color-4: #e6b800;
--color-5: #f2b578;
}

CSS del degradado de fondo Ethereal Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0d400, #f3e58c, #e6b800, #f2b578);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0d400, #f3e58c, #e6b800, #f2b578);
}

Ethereal Sunshine color palette created on .