Paleta de colores Peachy Dandy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peachy Dandy palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Peachy Dandy

Download peachy dandy color palette PNG image (landscape)
Download peachy dandy color palette PNG image (square)

CSS de la paleta de colores Peachy Dandy

/* CSS */
.color-1 {
color: #f7a892;
}
.color-2 {
color: #f9c785;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #a4d5d4;
}
.color-5 {
color: #6e9ac4;
}

/* CSS Variables */
:root {
--color-1: #f7a892;
--color-2: #f9c785;
--color-3: #f9e79f;
--color-4: #a4d5d4;
--color-5: #6e9ac4;
}

CSS del degradado de fondo Peachy Dandy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a892, #f9c785, #f9e79f, #a4d5d4, #6e9ac4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a892, #f9c785, #f9e79f, #a4d5d4, #6e9ac4);
}

Peachy Dandy color palette created on .