Paleta de colores Celestial Ivory

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Celestial Ivory palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Celestial Ivory

Download celestial ivory color palette PNG image (landscape)
Download celestial ivory color palette PNG image (square)

CSS de la paleta de colores Celestial Ivory

/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e4c7b4;
}
.color-3 {
color: #d6a58a;
}
.color-4 {
color: #e0b56c;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e4c7b4;
--color-3: #d6a58a;
--color-4: #e0b56c;
--color-5: #f9c54e;
}

CSS del degradado de fondo Celestial Ivory

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e4c7b4, #d6a58a, #e0b56c, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e4c7b4, #d6a58a, #e0b56c, #f9c54e);
}

Celestial Ivory color palette created on .