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