Creamy Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Creamy Pink palette

Condividi questa palette a:

tavolozza dei colori Creamy Pink CSS

/* CSS */
.color-1 {
color: #f5e2c7;
}
.color-2 {
color: #e9bcaf;
}
.color-3 {
color: #e09e8a;
}
.color-4 {
color: #d78c75;
}
.color-5 {
color: #c4776e;
}

/* CSS Variables */
:root {
--color-1: #f5e2c7;
--color-2: #e9bcaf;
--color-3: #e09e8a;
--color-4: #d78c75;
--color-5: #c4776e;
}

CSS con gradiente di sfondo Creamy Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e2c7, #e9bcaf, #e09e8a, #d78c75, #c4776e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e2c7, #e9bcaf, #e09e8a, #d78c75, #c4776e);
}

Creamy Pink color palette created on .