Oceanic Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Oceanic Blossom palette

Share this palette to:

Oceanic Blossom color palette CSS

/* CSS */
.color-1 {
color: #5ed6e8;
}
.color-2 {
color: #f6a2b3;
}
.color-3 {
color: #ff9c66;
}
.color-4 {
color: #ffd966;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #5ed6e8;
--color-2: #f6a2b3;
--color-3: #ff9c66;
--color-4: #ffd966;
--color-5: #ff6e61;
}

Oceanic Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ed6e8, #f6a2b3, #ff9c66, #ffd966, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ed6e8, #f6a2b3, #ff9c66, #ffd966, #ff6e61);
}

Oceanic Blossom color palette created on .