Paleta de colores Oceanic Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Oceanic Serenity (PNG)
CSS de la paleta de colores Oceanic Serenity
/* CSS */
.color-1 {
color: #1b2631;
}
.color-2 {
color: #2b3d50;
}
.color-3 {
color: #4a6c8c;
}
.color-4 {
color: #6cb6e5;
}
.color-5 {
color: #90d4f4;
}
/* CSS Variables */
:root {
--color-1: #1b2631;
--color-2: #2b3d50;
--color-3: #4a6c8c;
--color-4: #6cb6e5;
--color-5: #90d4f4;
}
CSS del degradado de fondo Oceanic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2631, #2b3d50, #4a6c8c, #6cb6e5, #90d4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2631, #2b3d50, #4a6c8c, #6cb6e5, #90d4f4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Azul
Oceanic Serenity color palette created on .