Paleta de colores Oceanic Ambition
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Oceanic Ambition palette
CSS de la paleta de colores Oceanic Ambition
/* CSS */
.color-1 {
color: #0057a8;
}
.color-2 {
color: #0081c2;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #00b0e0;
}
.color-5 {
color: #00c3eb;
}
/* CSS Variables */
:root {
--color-1: #0057a8;
--color-2: #0081c2;
--color-3: #00a5e0;
--color-4: #00b0e0;
--color-5: #00c3eb;
}
CSS del degradado de fondo Oceanic Ambition
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0057a8, #0081c2, #00a5e0, #00b0e0, #00c3eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0057a8, #0081c2, #00a5e0, #00b0e0, #00c3eb);
}
Paletas de colores similares
Oceanic Ambition color palette created on .