Sweet Pink Dessert Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Pink Dessert palette

Condividi questa palette a:

tavolozza dei colori Sweet Pink Dessert CSS

/* CSS */
.color-1 {
color: #ffeadb;
}
.color-2 {
color: #f9c8d5;
}
.color-3 {
color: #f7a6b3;
}
.color-4 {
color: #ffe5f1;
}
.color-5 {
color: #d86f94;
}

/* CSS Variables */
:root {
--color-1: #ffeadb;
--color-2: #f9c8d5;
--color-3: #f7a6b3;
--color-4: #ffe5f1;
--color-5: #d86f94;
}

CSS con gradiente di sfondo Sweet Pink Dessert

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffeadb, #f9c8d5, #f7a6b3, #ffe5f1, #d86f94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffeadb, #f9c8d5, #f7a6b3, #ffe5f1, #d86f94);
}

Sweet Pink Dessert color palette created on .