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