Paleta de colores Pink Dawn

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Dawn palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Dawn

/* 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 del degradado de fondo 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 .