Paleta de colores Teal Viking
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal Viking palette
CSS de la paleta de colores Teal Viking
/* CSS */
.color-1 {
color: #66ccdb;
}
.color-2 {
color: #3ca6b4;
}
.color-3 {
color: #2b8991;
}
.color-4 {
color: #1b6c74;
}
.color-5 {
color: #0a4c52;
}
/* CSS Variables */
:root {
--color-1: #66ccdb;
--color-2: #3ca6b4;
--color-3: #2b8991;
--color-4: #1b6c74;
--color-5: #0a4c52;
}
CSS del degradado de fondo Teal Viking
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66ccdb, #3ca6b4, #2b8991, #1b6c74, #0a4c52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66ccdb, #3ca6b4, #2b8991, #1b6c74, #0a4c52);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Teal Viking color palette created on .