Oceanic Blaze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Blaze palette
Oceanic Blaze color palette CSS
/* CSS */
.color-1 {
color: #1e3e4d;
}
.color-2 {
color: #396979;
}
.color-3 {
color: #5bb3b2;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1e3e4d;
--color-2: #396979;
--color-3: #5bb3b2;
--color-4: #f0a400;
--color-5: #ff6e61;
}
Oceanic Blaze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3e4d, #396979, #5bb3b2, #f0a400, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3e4d, #396979, #5bb3b2, #f0a400, #ff6e61);
}
Similar color palettes
Oceanic Blaze color palette created on .