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: #f4e0d7;
}
.color-2 {
color: #dab9c5;
}
.color-3 {
color: #c6a1d4;
}
.color-4 {
color: #a8c7d1;
}
.color-5 {
color: #e1b87a;
}
/* CSS Variables */
:root {
--color-1: #f4e0d7;
--color-2: #dab9c5;
--color-3: #c6a1d4;
--color-4: #a8c7d1;
--color-5: #e1b87a;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e0d7, #dab9c5, #c6a1d4, #a8c7d1, #e1b87a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e0d7, #dab9c5, #c6a1d4, #a8c7d1, #e1b87a);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Estetico
Shades of Pink color palette created on .