Oceanic Family Fiesta Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Family Fiesta palette
Oceanic Family Fiesta color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #00bdad;
}
.color-4 {
color: #a6edda;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #009975;
--color-3: #00bdad;
--color-4: #a6edda;
--color-5: #ff6e61;
}
Oceanic Family Fiesta background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #009975, #00bdad, #a6edda, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #009975, #00bdad, #a6edda, #ff6e61);
}
Similar color palettes
Scroll down to explore 100+ Aqua color palettes
Oceanic Family Fiesta color palette created on .