Shades of Pink Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Pink palette
tavolozza dei colori Shades of Pink CSS
/* CSS */
.color-1 {
color: #ffc2cf;
}
.color-2 {
color: #ff809b;
}
.color-3 {
color: #ff3d6a;
}
.color-4 {
color: #d60032;
}
.color-5 {
color: #9e0022;
}
/* CSS Variables */
:root {
--color-1: #ffc2cf;
--color-2: #ff809b;
--color-3: #ff3d6a;
--color-4: #d60032;
--color-5: #9e0022;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cf, #ff809b, #ff3d6a, #d60032, #9e0022);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cf, #ff809b, #ff3d6a, #d60032, #9e0022);
}
Tavolozze di colori simili
Shades of Pink color palette created on .