Paleta de colores Swamp Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Swamp Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Swamp Serenity

/* CSS */
.color-1 {
color: #a7c0a5;
}
.color-2 {
color: #b8c9b6;
}
.color-3 {
color: #d2e2c1;
}
.color-4 {
color: #f7f1d9;
}
.color-5 {
color: #f1c37e;
}

/* CSS Variables */
:root {
--color-1: #a7c0a5;
--color-2: #b8c9b6;
--color-3: #d2e2c1;
--color-4: #f7f1d9;
--color-5: #f1c37e;
}

CSS del degradado de fondo Swamp Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c0a5, #b8c9b6, #d2e2c1, #f7f1d9, #f1c37e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c0a5, #b8c9b6, #d2e2c1, #f7f1d9, #f1c37e);
}

Swamp Serenity color palette created on .