Paleta de colores Pistachio Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pistachio Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Pistachio Dreamscape

/* CSS */
.color-1 {
color: #d4e8d7;
}
.color-2 {
color: #b2e0c3;
}
.color-3 {
color: #8fd6b7;
}
.color-4 {
color: #5cc7a9;
}
.color-5 {
color: #2ac0a0;
}

/* CSS Variables */
:root {
--color-1: #d4e8d7;
--color-2: #b2e0c3;
--color-3: #8fd6b7;
--color-4: #5cc7a9;
--color-5: #2ac0a0;
}

CSS del degradado de fondo Pistachio Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e8d7, #b2e0c3, #8fd6b7, #5cc7a9, #2ac0a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e8d7, #b2e0c3, #8fd6b7, #5cc7a9, #2ac0a0);
}

Pistachio Dreamscape color palette created on .