Oceanic Serpent Wings Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Serpent Wings palette
Oceanic Serpent Wings color palette CSS
/* CSS */
.color-1 {
color: #4bb7e2;
}
.color-2 {
color: #1a7e89;
}
.color-3 {
color: #007f80;
}
.color-4 {
color: #005c5c;
}
.color-5 {
color: #003838;
}
/* CSS Variables */
:root {
--color-1: #4bb7e2;
--color-2: #1a7e89;
--color-3: #007f80;
--color-4: #005c5c;
--color-5: #003838;
}
Oceanic Serpent Wings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bb7e2, #1a7e89, #007f80, #005c5c, #003838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bb7e2, #1a7e89, #007f80, #005c5c, #003838);
}
Similar color palettes
Oceanic Serpent Wings color palette created on .