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