Midnight Forest Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Midnight Forest Whispers palette

Condividi questa palette a:

tavolozza dei colori Midnight Forest Whispers CSS

/* CSS */
.color-1 {
color: #c4af7e;
}
.color-2 {
color: #796f58;
}
.color-3 {
color: #1a2d3d;
}
.color-4 {
color: #091d34;
}
.color-5 {
color: #0a0c0f;
}

/* CSS Variables */
:root {
--color-1: #c4af7e;
--color-2: #796f58;
--color-3: #1a2d3d;
--color-4: #091d34;
--color-5: #0a0c0f;
}

CSS con gradiente di sfondo Midnight Forest Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4af7e, #796f58, #1a2d3d, #091d34, #0a0c0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4af7e, #796f58, #1a2d3d, #091d34, #0a0c0f);
}

Midnight Forest Whispers color palette created on .