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: #6bb9e6;
}
.color-2 {
color: #609d9f;
}
.color-3 {
color: #4c8fa9;
}
.color-4 {
color: #f1a7d5;
}
.color-5 {
color: #f56b8e;
}
/* CSS Variables */
:root {
--color-1: #6bb9e6;
--color-2: #609d9f;
--color-3: #4c8fa9;
--color-4: #f1a7d5;
--color-5: #f56b8e;
}
Oceanic Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb9e6, #609d9f, #4c8fa9, #f1a7d5, #f56b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb9e6, #609d9f, #4c8fa9, #f1a7d5, #f56b8e);
}
Similar color palettes
Oceanic Blossom color palette created on .