Paleta de colores Oceanic Ember
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Oceanic Ember palette
CSS de la paleta de colores Oceanic Ember
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #86b2c6;
}
.color-4 {
color: #f2d78c;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #497b9c;
--color-3: #86b2c6;
--color-4: #f2d78c;
--color-5: #e77e23;
}
CSS del degradado de fondo Oceanic Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #497b9c, #86b2c6, #f2d78c, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #497b9c, #86b2c6, #f2d78c, #e77e23);
}
Paletas de colores similares
Oceanic Ember color palette created on .