Whispers of Warmth Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Warmth palette
tavolozza dei colori Whispers of Warmth CSS
/* CSS */
.color-1 {
color: #f9f0e1;
}
.color-2 {
color: #f7d7a6;
}
.color-3 {
color: #f2a67d;
}
.color-4 {
color: #e87a59;
}
.color-5 {
color: #d4552b;
}
/* CSS Variables */
:root {
--color-1: #f9f0e1;
--color-2: #f7d7a6;
--color-3: #f2a67d;
--color-4: #e87a59;
--color-5: #d4552b;
}
CSS con gradiente di sfondo Whispers of Warmth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f0e1, #f7d7a6, #f2a67d, #e87a59, #d4552b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f0e1, #f7d7a6, #f2a67d, #e87a59, #d4552b);
}
Tavolozze di colori simili
Whispers of Warmth color palette created on .