Oceanic Siren Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Siren palette
Oceanic Siren color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2b5b91;
}
.color-3 {
color: #4a8bba;
}
.color-4 {
color: #6bc3e1;
}
.color-5 {
color: #a1e6f2;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2b5b91;
--color-3: #4a8bba;
--color-4: #6bc3e1;
--color-5: #a1e6f2;
}
Oceanic Siren background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2b5b91, #4a8bba, #6bc3e1, #a1e6f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2b5b91, #4a8bba, #6bc3e1, #a1e6f2);
}
Similar color palettes
Oceanic Siren color palette created on .