Pink Dawn Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Dawn palette

Condividi questa palette a:

tavolozza dei colori Pink Dawn CSS

/* CSS */
.color-1 {
color: #f5e0d6;
}
.color-2 {
color: #e4b4c3;
}
.color-3 {
color: #d897af;
}
.color-4 {
color: #bf639c;
}
.color-5 {
color: #ad527c;
}

/* CSS Variables */
:root {
--color-1: #f5e0d6;
--color-2: #e4b4c3;
--color-3: #d897af;
--color-4: #bf639c;
--color-5: #ad527c;
}

CSS con gradiente di sfondo Pink Dawn

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e0d6, #e4b4c3, #d897af, #bf639c, #ad527c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e0d6, #e4b4c3, #d897af, #bf639c, #ad527c);
}

Pink Dawn color palette created on .