Sunlit Autumn Whisper Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Autumn Whisper palette

Condividi questa palette a:

tavolozza dei colori Sunlit Autumn Whisper CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #dfdabf;
}
.color-3 {
color: #ebc53d;
}
.color-4 {
color: #b6a886;
}
.color-5 {
color: #ce7d12;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #dfdabf;
--color-3: #ebc53d;
--color-4: #b6a886;
--color-5: #ce7d12;
}

CSS con gradiente di sfondo Sunlit Autumn Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #dfdabf, #ebc53d, #b6a886, #ce7d12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #dfdabf, #ebc53d, #b6a886, #ce7d12);
}

Sunlit Autumn Whisper color palette created on .