Paleta de colores Ethereal Hues of Perception

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ethereal Hues of Perception palette

Compartir esta paleta en:

CSS de la paleta de colores Ethereal Hues of Perception

/* CSS */
.color-1 {
color: #f6d12c;
}
.color-2 {
color: #f9c448;
}
.color-3 {
color: #f4b25d;
}
.color-4 {
color: #d5957b;
}
.color-5 {
color: #a47999;
}

/* CSS Variables */
:root {
--color-1: #f6d12c;
--color-2: #f9c448;
--color-3: #f4b25d;
--color-4: #d5957b;
--color-5: #a47999;
}

CSS del degradado de fondo Ethereal Hues of Perception

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d12c, #f9c448, #f4b25d, #d5957b, #a47999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d12c, #f9c448, #f4b25d, #d5957b, #a47999);
}

Ethereal Hues of Perception color palette created on .