Paleta de colores Tropical Ocean Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Tropical Ocean Serenity palette
CSS de la paleta de colores Tropical Ocean Serenity
/* CSS */
.color-1 {
color: #f8fcfc;
}
.color-2 {
color: #34b7a8;
}
.color-3 {
color: #02835a;
}
.color-4 {
color: #026450;
}
.color-5 {
color: #014b4a;
}
/* CSS Variables */
:root {
--color-1: #f8fcfc;
--color-2: #34b7a8;
--color-3: #02835a;
--color-4: #026450;
--color-5: #014b4a;
}
CSS del degradado de fondo Tropical Ocean Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fcfc, #34b7a8, #02835a, #026450, #014b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fcfc, #34b7a8, #02835a, #026450, #014b4a);
}
Paletas de colores similares
Tropical Ocean Serenity color palette created on .