Paleta de colores Royal Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Royal Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Royal Blush

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #f49fbe;
}
.color-3 {
color: #f7c5d4;
}
.color-4 {
color: #f9e6e8;
}
.color-5 {
color: #f2c0c5;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #f49fbe;
--color-3: #f7c5d4;
--color-4: #f9e6e8;
--color-5: #f2c0c5;
}

CSS del degradado de fondo Royal Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #f49fbe, #f7c5d4, #f9e6e8, #f2c0c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #f49fbe, #f7c5d4, #f9e6e8, #f2c0c5);
}

Royal Blush color palette created on .