Paleta de colores Oceanic Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Oceanic Serenity palette
CSS de la paleta de colores Oceanic Serenity
/* CSS */
.color-1 {
color: #2f435b;
}
.color-2 {
color: #4a6a8c;
}
.color-3 {
color: #7ea9c4;
}
.color-4 {
color: #b4e0e9;
}
.color-5 {
color: #f6d6b1;
}
/* CSS Variables */
:root {
--color-1: #2f435b;
--color-2: #4a6a8c;
--color-3: #7ea9c4;
--color-4: #b4e0e9;
--color-5: #f6d6b1;
}
CSS del degradado de fondo Oceanic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f435b, #4a6a8c, #7ea9c4, #b4e0e9, #f6d6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f435b, #4a6a8c, #7ea9c4, #b4e0e9, #f6d6b1);
}
Paletas de colores similares
Oceanic Serenity color palette created on .