Paleta de colores Teal Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Serenity palette
CSS de la paleta de colores Teal Serenity
/* CSS */
.color-1 {
color: #1c7b7d;
}
.color-2 {
color: #4caeae;
}
.color-3 {
color: #7ed3d1;
}
.color-4 {
color: #a3e4e6;
}
.color-5 {
color: #d0f2f6;
}
/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #4caeae;
--color-3: #7ed3d1;
--color-4: #a3e4e6;
--color-5: #d0f2f6;
}
CSS del degradado de fondo Teal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #4caeae, #7ed3d1, #a3e4e6, #d0f2f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #4caeae, #7ed3d1, #a3e4e6, #d0f2f6);
}
Paletas de colores similares
Teal Serenity color palette created on .