Paleta de colores Serenity of the Ark

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity of the Ark palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity of the Ark

/* CSS */
.color-1 {
color: #3acad9;
}
.color-2 {
color: #6fd8c6;
}
.color-3 {
color: #98e1b9;
}
.color-4 {
color: #f3e0a0;
}
.color-5 {
color: #f8b4d2;
}

/* CSS Variables */
:root {
--color-1: #3acad9;
--color-2: #6fd8c6;
--color-3: #98e1b9;
--color-4: #f3e0a0;
--color-5: #f8b4d2;
}

CSS del degradado de fondo Serenity of the Ark

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3acad9, #6fd8c6, #98e1b9, #f3e0a0, #f8b4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3acad9, #6fd8c6, #98e1b9, #f3e0a0, #f8b4d2);
}

Serenity of the Ark color palette created on .