Paleta de colores Almond Bliss

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Almond Bliss palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Almond Bliss

Download almond bliss color palette PNG image (landscape)
Download almond bliss color palette PNG image (square)

CSS de la paleta de colores Almond Bliss

/* CSS */
.color-1 {
color: #eed9c4;
}
.color-2 {
color: #f2e2d4;
}
.color-3 {
color: #f7e5d4;
}
.color-4 {
color: #f9c7a4;
}
.color-5 {
color: #d39969;
}

/* CSS Variables */
:root {
--color-1: #eed9c4;
--color-2: #f2e2d4;
--color-3: #f7e5d4;
--color-4: #f9c7a4;
--color-5: #d39969;
}

CSS del degradado de fondo Almond Bliss

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed9c4, #f2e2d4, #f7e5d4, #f9c7a4, #d39969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed9c4, #f2e2d4, #f7e5d4, #f9c7a4, #d39969);
}

Almond Bliss color palette created on .