Haunting Hues Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Haunting Hues palette

Condividi questa palette a:

tavolozza dei colori Haunting Hues CSS

/* CSS */
.color-1 {
color: #793e3e;
}
.color-2 {
color: #c94545;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #f2e4d4;
}

/* CSS Variables */
:root {
--color-1: #793e3e;
--color-2: #c94545;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #f2e4d4;
}

CSS con gradiente di sfondo Haunting Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #793e3e, #c94545, #ff6e61, #ffb84d, #f2e4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #793e3e, #c94545, #ff6e61, #ffb84d, #f2e4d4);
}

Haunting Hues color palette created on .