Paleta de colores Petrichor

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Petrichor palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Petrichor

Download petrichor color palette PNG image (landscape)
Download petrichor color palette PNG image (square)

CSS de la paleta de colores Petrichor

/* CSS */
.color-1 {
color: #e1eed8;
}
.color-2 {
color: #ebf2e8;
}
.color-3 {
color: #fcfbf3;
}
.color-4 {
color: #fcf5cf;
}
.color-5 {
color: #f5d8ad;
}

/* CSS Variables */
:root {
--color-1: #e1eed8;
--color-2: #ebf2e8;
--color-3: #fcfbf3;
--color-4: #fcf5cf;
--color-5: #f5d8ad;
}

CSS del degradado de fondo Petrichor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1eed8, #ebf2e8, #fcfbf3, #fcf5cf, #f5d8ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1eed8, #ebf2e8, #fcfbf3, #fcf5cf, #f5d8ad);
}

Petrichor color palette created on .