Pink Chase Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Chase palette
tavolozza dei colori Pink Chase CSS
/* CSS */
.color-1 {
color: #9fb2c1;
}
.color-2 {
color: #d1b8c3;
}
.color-3 {
color: #f0c1d3;
}
.color-4 {
color: #f5a8ba;
}
.color-5 {
color: #f76e7e;
}
/* CSS Variables */
:root {
--color-1: #9fb2c1;
--color-2: #d1b8c3;
--color-3: #f0c1d3;
--color-4: #f5a8ba;
--color-5: #f76e7e;
}
CSS con gradiente di sfondo Pink Chase
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fb2c1, #d1b8c3, #f0c1d3, #f5a8ba, #f76e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fb2c1, #d1b8c3, #f0c1d3, #f5a8ba, #f76e7e);
}
Tavolozze di colori simili
Pink Chase color palette created on .