Ocean Blue and Amber Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ocean Blue and Amber Sunset palette
Ocean Blue and Amber Sunset color palette CSS
/* CSS */
.color-1 {
color: #0097a8;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #f5f5f5;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #424242;
}
/* CSS Variables */
:root {
--color-1: #0097a8;
--color-2: #ffb300;
--color-3: #f5f5f5;
--color-4: #ffffff;
--color-5: #424242;
}
Ocean Blue and Amber Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0097a8, #ffb300, #f5f5f5, #ffffff, #424242);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0097a8, #ffb300, #f5f5f5, #ffffff, #424242);
}
Similar color palettes
Ocean Blue and Amber Sunset color palette created on .