Sweet Indulgence Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sweet Indulgence palette
tavolozza dei colori Sweet Indulgence CSS
/* CSS */
.color-1 {
color: #f3b9ca;
}
.color-2 {
color: #f9d5b4;
}
.color-3 {
color: #efd8a9;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f7b1a1;
}
/* CSS Variables */
:root {
--color-1: #f3b9ca;
--color-2: #f9d5b4;
--color-3: #efd8a9;
--color-4: #f5a524;
--color-5: #f7b1a1;
}
CSS con gradiente di sfondo Sweet Indulgence
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9ca, #f9d5b4, #efd8a9, #f5a524, #f7b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9ca, #f9d5b4, #efd8a9, #f5a524, #f7b1a1);
}
Tavolozze di colori simili
Sweet Indulgence color palette created on .