Oceanic Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Blossom palette
Oceanic Blossom color palette CSS
/* CSS */
.color-1 {
color: #1d3e5d;
}
.color-2 {
color: #5b8c9f;
}
.color-3 {
color: #8cc5b8;
}
.color-4 {
color: #f5c4a3;
}
.color-5 {
color: #d85f9e;
}
/* CSS Variables */
:root {
--color-1: #1d3e5d;
--color-2: #5b8c9f;
--color-3: #8cc5b8;
--color-4: #f5c4a3;
--color-5: #d85f9e;
}
Oceanic Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3e5d, #5b8c9f, #8cc5b8, #f5c4a3, #d85f9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3e5d, #5b8c9f, #8cc5b8, #f5c4a3, #d85f9e);
}
Similar color palettes
Oceanic Blossom color palette created on .