Paleta de colores Tealish Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tealish Serenity palette
CSS de la paleta de colores Tealish Serenity
/* CSS */
.color-1 {
color: #007b80;
}
.color-2 {
color: #009e9b;
}
.color-3 {
color: #00b0b3;
}
.color-4 {
color: #3cd7d7;
}
.color-5 {
color: #50e2e2;
}
/* CSS Variables */
:root {
--color-1: #007b80;
--color-2: #009e9b;
--color-3: #00b0b3;
--color-4: #3cd7d7;
--color-5: #50e2e2;
}
CSS del degradado de fondo Tealish Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007b80, #009e9b, #00b0b3, #3cd7d7, #50e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007b80, #009e9b, #00b0b3, #3cd7d7, #50e2e2);
}
Paletas de colores similares
Tealish Serenity color palette created on .