Paleta de colores Pink Sunrise

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Sunrise palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Sunrise

/* CSS */
.color-1 {
color: #f5b8b2;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #f7dc6e;
}
.color-4 {
color: #81dfaa;
}
.color-5 {
color: #87c1ee;
}

/* CSS Variables */
:root {
--color-1: #f5b8b2;
--color-2: #f9e79f;
--color-3: #f7dc6e;
--color-4: #81dfaa;
--color-5: #87c1ee;
}

CSS del degradado de fondo Pink Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8b2, #f9e79f, #f7dc6e, #81dfaa, #87c1ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8b2, #f9e79f, #f7dc6e, #81dfaa, #87c1ee);
}

Pink Sunrise color palette created on .