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