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