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