Paleta de colores Pastel Pink Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Pink Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Pink Sunrise

/* CSS */
.color-1 {
color: #ffcc99;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ff99cc;
}
.color-4 {
color: #ffccff;
}
.color-5 {
color: #ffebcc;
}

/* CSS Variables */
:root {
--color-1: #ffcc99;
--color-2: #ffb3b3;
--color-3: #ff99cc;
--color-4: #ffccff;
--color-5: #ffebcc;
}

CSS del degradado de fondo Pastel Pink Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc99, #ffb3b3, #ff99cc, #ffccff, #ffebcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc99, #ffb3b3, #ff99cc, #ffccff, #ffebcc);
}

Pastel Pink Sunrise color palette created on .