Sweet Pink Dreams Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sweet Pink Dreams palette
tavolozza dei colori Sweet Pink Dreams CSS
/* CSS */
.color-1 {
color: #ffb3d6;
}
.color-2 {
color: #ff85b4;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #ff3d7e;
}
.color-5 {
color: #ff2965;
}
/* CSS Variables */
:root {
--color-1: #ffb3d6;
--color-2: #ff85b4;
--color-3: #ff5c9a;
--color-4: #ff3d7e;
--color-5: #ff2965;
}
CSS con gradiente di sfondo Sweet Pink Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d6, #ff85b4, #ff5c9a, #ff3d7e, #ff2965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d6, #ff85b4, #ff5c9a, #ff3d7e, #ff2965);
}
Tavolozze di colori simili
Sweet Pink Dreams color palette created on .