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