Paleta de colores Abyssal Teal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Abyssal Teal Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Abyssal Teal Serenity

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #009987;
}
.color-3 {
color: #007a74;
}
.color-4 {
color: #00595c;
}
.color-5 {
color: #003c4d;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #009987;
--color-3: #007a74;
--color-4: #00595c;
--color-5: #003c4d;
}

CSS del degradado de fondo Abyssal Teal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #009987, #007a74, #00595c, #003c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #009987, #007a74, #00595c, #003c4d);
}

Abyssal Teal Serenity color palette created on .