Sunny Whisper Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Whisper palette

Condividi questa palette a:

tavolozza dei colori Sunny Whisper CSS

/* CSS */
.color-1 {
color: #f3c5a0;
}
.color-2 {
color: #f8d1a5;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #e6a400;
}
.color-5 {
color: #d14900;
}

/* CSS Variables */
:root {
--color-1: #f3c5a0;
--color-2: #f8d1a5;
--color-3: #f0a400;
--color-4: #e6a400;
--color-5: #d14900;
}

CSS con gradiente di sfondo Sunny Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c5a0, #f8d1a5, #f0a400, #e6a400, #d14900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c5a0, #f8d1a5, #f0a400, #e6a400, #d14900);
}

Sunny Whisper color palette created on .