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