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