Paleta de colores Sweetheart Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweetheart Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Sweetheart Dreams

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff809f;
}
.color-3 {
color: #ff4d6d;
}
.color-4 {
color: #ff294d;
}
.color-5 {
color: #ff0059;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff809f;
--color-3: #ff4d6d;
--color-4: #ff294d;
--color-5: #ff0059;
}

CSS del degradado de fondo Sweetheart Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff809f, #ff4d6d, #ff294d, #ff0059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff809f, #ff4d6d, #ff294d, #ff0059);
}

Sweetheart Dreams color palette created on .