Sunlit Meadow Whisper Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Meadow Whisper palette

Condividi questa palette a:

tavolozza dei colori Sunlit Meadow Whisper CSS

/* CSS */
.color-1 {
color: #f7f4ee;
}
.color-2 {
color: #f7f4ed;
}
.color-3 {
color: #f6f4ee;
}
.color-4 {
color: #cfcabf;
}
.color-5 {
color: #d1932e;
}

/* CSS Variables */
:root {
--color-1: #f7f4ee;
--color-2: #f7f4ed;
--color-3: #f6f4ee;
--color-4: #cfcabf;
--color-5: #d1932e;
}

CSS con gradiente di sfondo Sunlit Meadow Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f4ee, #f7f4ed, #f6f4ee, #cfcabf, #d1932e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f4ee, #f7f4ed, #f6f4ee, #cfcabf, #d1932e);
}

Sunlit Meadow Whisper color palette created on .