Paleta de colores Turquoise Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Turquoise Serenity palette
CSS de la paleta de colores Turquoise Serenity
/* CSS */
.color-1 {
color: #6b9e92;
}
.color-2 {
color: #8dd8c9;
}
.color-3 {
color: #b1ece1;
}
.color-4 {
color: #f0d9b2;
}
.color-5 {
color: #f9a19f;
}
/* CSS Variables */
:root {
--color-1: #6b9e92;
--color-2: #8dd8c9;
--color-3: #b1ece1;
--color-4: #f0d9b2;
--color-5: #f9a19f;
}
CSS del degradado de fondo Turquoise Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9e92, #8dd8c9, #b1ece1, #f0d9b2, #f9a19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9e92, #8dd8c9, #b1ece1, #f0d9b2, #f9a19f);
}
Paletas de colores similares
Turquoise Serenity color palette created on .