Paleta de colores Oceanic Renewal
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Oceanic Renewal palette
CSS de la paleta de colores Oceanic Renewal
/* CSS */
.color-1 {
color: #5fd3b6;
}
.color-2 {
color: #409c89;
}
.color-3 {
color: #2b6e6c;
}
.color-4 {
color: #205b5b;
}
.color-5 {
color: #1d4946;
}
/* CSS Variables */
:root {
--color-1: #5fd3b6;
--color-2: #409c89;
--color-3: #2b6e6c;
--color-4: #205b5b;
--color-5: #1d4946;
}
CSS del degradado de fondo Oceanic Renewal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fd3b6, #409c89, #2b6e6c, #205b5b, #1d4946);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fd3b6, #409c89, #2b6e6c, #205b5b, #1d4946);
}
Paletas de colores similares
Oceanic Renewal color palette created on .