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