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: #1c3b33;
}
.color-2 {
color: #3a6e6c;
}
.color-3 {
color: #6bb8a3;
}
.color-4 {
color: #a1e3d7;
}
.color-5 {
color: #f4f8f1;
}
/* CSS Variables */
:root {
--color-1: #1c3b33;
--color-2: #3a6e6c;
--color-3: #6bb8a3;
--color-4: #a1e3d7;
--color-5: #f4f8f1;
}
CSS del degradado de fondo Oceanic Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b33, #3a6e6c, #6bb8a3, #a1e3d7, #f4f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b33, #3a6e6c, #6bb8a3, #a1e3d7, #f4f8f1);
}
Paletas de colores similares
Oceanic Serenity color palette created on .