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