Oceanic Berry Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Berry Dream palette
Oceanic Berry Dream color palette CSS
/* CSS */
.color-1 {
color: #4d6b99;
}
.color-2 {
color: #6999b5;
}
.color-3 {
color: #8cb8d9;
}
.color-4 {
color: #a5d8e9;
}
.color-5 {
color: #bee5f4;
}
/* CSS Variables */
:root {
--color-1: #4d6b99;
--color-2: #6999b5;
--color-3: #8cb8d9;
--color-4: #a5d8e9;
--color-5: #bee5f4;
}
Oceanic Berry Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d6b99, #6999b5, #8cb8d9, #a5d8e9, #bee5f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d6b99, #6999b5, #8cb8d9, #a5d8e9, #bee5f4);
}
Similar color palettes
Oceanic Berry Dream color palette created on .