Paleta de colores Turquoise Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Serenity

/* CSS */
.color-1 {
color: #a8e1d4;
}
.color-2 {
color: #6ad2d1;
}
.color-3 {
color: #41b1c8;
}
.color-4 {
color: #00999e;
}
.color-5 {
color: #007a78;
}

/* CSS Variables */
:root {
--color-1: #a8e1d4;
--color-2: #6ad2d1;
--color-3: #41b1c8;
--color-4: #00999e;
--color-5: #007a78;
}

CSS del degradado de fondo Turquoise Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d4, #6ad2d1, #41b1c8, #00999e, #007a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d4, #6ad2d1, #41b1c8, #00999e, #007a78);
}

Turquoise Serenity color palette created on .