Paleta de colores Sweet Pink Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Pink Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Pink Dreams

/* CSS */
.color-1 {
color: #ffb3d6;
}
.color-2 {
color: #ff85b4;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #ff3d7e;
}
.color-5 {
color: #ff2965;
}

/* CSS Variables */
:root {
--color-1: #ffb3d6;
--color-2: #ff85b4;
--color-3: #ff5c9a;
--color-4: #ff3d7e;
--color-5: #ff2965;
}

CSS del degradado de fondo Sweet Pink Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d6, #ff85b4, #ff5c9a, #ff3d7e, #ff2965);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d6, #ff85b4, #ff5c9a, #ff3d7e, #ff2965);
}

Sweet Pink Dreams color palette created on .