Paleta de colores Turquoise Ocean
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Turquoise Ocean palette
CSS de la paleta de colores Turquoise Ocean
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #1edfe6;
}
.color-4 {
color: #a3e1e6;
}
.color-5 {
color: #f5faf8;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b2d1;
--color-3: #1edfe6;
--color-4: #a3e1e6;
--color-5: #f5faf8;
}
CSS del degradado de fondo Turquoise Ocean
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b2d1, #1edfe6, #a3e1e6, #f5faf8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b2d1, #1edfe6, #a3e1e6, #f5faf8);
}
Paletas de colores similares
Turquoise Ocean color palette created on .