Sugar Blossom Dreams Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sugar Blossom Dreams palette
tavolozza dei colori Sugar Blossom Dreams CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ffccff;
}
.color-3 {
color: #ff99cc;
}
.color-4 {
color: #ff66b3;
}
.color-5 {
color: #ff4d94;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ffccff;
--color-3: #ff99cc;
--color-4: #ff66b3;
--color-5: #ff4d94;
}
CSS con gradiente di sfondo Sugar Blossom Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ffccff, #ff99cc, #ff66b3, #ff4d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ffccff, #ff99cc, #ff66b3, #ff4d94);
}
Tavolozze di colori simili
Sugar Blossom Dreams color palette created on .