Paleta de colores Hot Pink Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Hot Pink Dream palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Hot Pink Dream

Download hot pink dream color palette PNG image (landscape)
Download hot pink dream color palette PNG image (square)

CSS de la paleta de colores Hot Pink Dream

/* CSS */
.color-1 {
color: #ff3d8e;
}
.color-2 {
color: #ff709b;
}
.color-3 {
color: #ff9ea1;
}
.color-4 {
color: #ffc0b8;
}
.color-5 {
color: #ffe5d6;
}

/* CSS Variables */
:root {
--color-1: #ff3d8e;
--color-2: #ff709b;
--color-3: #ff9ea1;
--color-4: #ffc0b8;
--color-5: #ffe5d6;
}

CSS del degradado de fondo Hot Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8e, #ff709b, #ff9ea1, #ffc0b8, #ffe5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8e, #ff709b, #ff9ea1, #ffc0b8, #ffe5d6);
}

Hot Pink Dream color palette created on .