Ethereal Hues of Perception Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Hues of Perception palette

Condividi questa palette a:

tavolozza dei colori Ethereal Hues of Perception CSS

/* 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 con gradiente di sfondo 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 .