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