Paleta de colores Abyssal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Abyssal Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Abyssal Serenity

/* CSS */
.color-1 {
color: #0095a8;
}
.color-2 {
color: #4fb2b5;
}
.color-3 {
color: #6cd5d4;
}
.color-4 {
color: #a4e1e5;
}
.color-5 {
color: #def7f7;
}

/* CSS Variables */
:root {
--color-1: #0095a8;
--color-2: #4fb2b5;
--color-3: #6cd5d4;
--color-4: #a4e1e5;
--color-5: #def7f7;
}

CSS del degradado de fondo Abyssal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095a8, #4fb2b5, #6cd5d4, #a4e1e5, #def7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095a8, #4fb2b5, #6cd5d4, #a4e1e5, #def7f7);
}

Abyssal Serenity color palette created on .