Paleta de colores Ivory Rouge

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ivory Rouge palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ivory Rouge

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

CSS de la paleta de colores Ivory Rouge

/* CSS */
.color-1 {
color: #f2e5d4;
}
.color-2 {
color: #f5c7c7;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #e2a6c1;
}
.color-5 {
color: #d66b8f;
}

/* CSS Variables */
:root {
--color-1: #f2e5d4;
--color-2: #f5c7c7;
--color-3: #eab8d1;
--color-4: #e2a6c1;
--color-5: #d66b8f;
}

CSS del degradado de fondo Ivory Rouge

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e5d4, #f5c7c7, #eab8d1, #e2a6c1, #d66b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e5d4, #f5c7c7, #eab8d1, #e2a6c1, #d66b8f);
}

Ivory Rouge color palette created on .