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: #2c4e4e;
}
.color-2 {
color: #55b4b3;
}
.color-3 {
color: #a8d7d4;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #2c4e4e;
--color-2: #55b4b3;
--color-3: #a8d7d4;
--color-4: #ffb3c1;
--color-5: #ff7092;
}
Oceanic Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c4e4e, #55b4b3, #a8d7d4, #ffb3c1, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c4e4e, #55b4b3, #a8d7d4, #ffb3c1, #ff7092);
}
Similar color palettes
Oceanic Blossom color palette created on .