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