Paleta de colores Sea
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sea palette
CSS de la paleta de colores Sea
/* CSS */
.color-1 {
color: #0095c7;
}
.color-2 {
color: #00b2d6;
}
.color-3 {
color: #8fe1ef;
}
.color-4 {
color: #c9f0f8;
}
.color-5 {
color: #aee8f4;
}
/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b2d6;
--color-3: #8fe1ef;
--color-4: #c9f0f8;
--color-5: #aee8f4;
}
CSS del degradado de fondo Sea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b2d6, #8fe1ef, #c9f0f8, #aee8f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b2d6, #8fe1ef, #c9f0f8, #aee8f4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Azul
Sea color palette created on .