Paleta de colores Elevated Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elevated Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Elevated Serenity

/* CSS */
.color-1 {
color: #294166;
}
.color-2 {
color: #55778b;
}
.color-3 {
color: #a8c3cc;
}
.color-4 {
color: #eae0bd;
}
.color-5 {
color: #ba974f;
}

/* CSS Variables */
:root {
--color-1: #294166;
--color-2: #55778b;
--color-3: #a8c3cc;
--color-4: #eae0bd;
--color-5: #ba974f;
}

CSS del degradado de fondo Elevated Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #294166, #55778b, #a8c3cc, #eae0bd, #ba974f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #294166, #55778b, #a8c3cc, #eae0bd, #ba974f);
}

Elevated Serenity color palette created on .