Pink and Green Harmony Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink and Green Harmony palette
tavolozza dei colori Pink and Green Harmony CSS
/* CSS */
.color-1 {
color: #f4a4b9;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #e8b5d0;
}
.color-4 {
color: #a1d57c;
}
.color-5 {
color: #f6c1c5;
}
/* CSS Variables */
:root {
--color-1: #f4a4b9;
--color-2: #b2e0b2;
--color-3: #e8b5d0;
--color-4: #a1d57c;
--color-5: #f6c1c5;
}
CSS con gradiente di sfondo Pink and Green Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4b9, #b2e0b2, #e8b5d0, #a1d57c, #f6c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4b9, #b2e0b2, #e8b5d0, #a1d57c, #f6c1c5);
}
Tavolozze di colori simili
Pink and Green Harmony color palette created on .