Paleta de colores Red Damask Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red Damask Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Red Damask Serenity

/* CSS */
.color-1 {
color: #d9683f;
}
.color-2 {
color: #e7ab7e;
}
.color-3 {
color: #f3d2a5;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6d9ac5;
}

/* CSS Variables */
:root {
--color-1: #d9683f;
--color-2: #e7ab7e;
--color-3: #f3d2a5;
--color-4: #a3c7e0;
--color-5: #6d9ac5;
}

CSS del degradado de fondo Red Damask Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9683f, #e7ab7e, #f3d2a5, #a3c7e0, #6d9ac5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9683f, #e7ab7e, #f3d2a5, #a3c7e0, #6d9ac5);
}

Red Damask Serenity color palette created on .