Oceanic Predator Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Predator palette
Oceanic Predator color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4fb4d8;
}
.color-3 {
color: #1abc9c;
}
.color-4 {
color: #16a286;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4fb4d8;
--color-3: #1abc9c;
--color-4: #16a286;
--color-5: #f39c12;
}
Oceanic Predator background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4fb4d8, #1abc9c, #16a286, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4fb4d8, #1abc9c, #16a286, #f39c12);
}
Similar color palettes
Oceanic Predator color palette created on .