Hare's Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hare's Whisper palette

Condividi questa palette a:

tavolozza dei colori Hare's Whisper CSS

/* CSS */
.color-1 {
color: #d0c7b4;
}
.color-2 {
color: #f9e6d7;
}
.color-3 {
color: #f0b44c;
}
.color-4 {
color: #f6b0a2;
}
.color-5 {
color: #8c6f4f;
}

/* CSS Variables */
:root {
--color-1: #d0c7b4;
--color-2: #f9e6d7;
--color-3: #f0b44c;
--color-4: #f6b0a2;
--color-5: #8c6f4f;
}

CSS con gradiente di sfondo Hare's Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0c7b4, #f9e6d7, #f0b44c, #f6b0a2, #8c6f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0c7b4, #f9e6d7, #f0b44c, #f6b0a2, #8c6f4f);
}

Hare's Whisper color palette created on .