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: #eab8d1;
}
.color-2 {
color: #c88db7;
}
.color-3 {
color: #a66e9b;
}
.color-4 {
color: #6b4d7a;
}
.color-5 {
color: #3b2a50;
}
/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #c88db7;
--color-3: #a66e9b;
--color-4: #6b4d7a;
--color-5: #3b2a50;
}
CSS con gradiente di sfondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #c88db7, #a66e9b, #6b4d7a, #3b2a50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #c88db7, #a66e9b, #6b4d7a, #3b2a50);
}
Tavolozze di colori simili
Shades of Pink color palette created on .