Oceanic Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Reverie palette
Oceanic Reverie color palette CSS
/* CSS */
.color-1 {
color: #b2e0da;
}
.color-2 {
color: #a8d3e1;
}
.color-3 {
color: #d2c5a2;
}
.color-4 {
color: #f8c9b9;
}
.color-5 {
color: #f6b3a2;
}
/* CSS Variables */
:root {
--color-1: #b2e0da;
--color-2: #a8d3e1;
--color-3: #d2c5a2;
--color-4: #f8c9b9;
--color-5: #f6b3a2;
}
Oceanic Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0da, #a8d3e1, #d2c5a2, #f8c9b9, #f6b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0da, #a8d3e1, #d2c5a2, #f8c9b9, #f6b3a2);
}
Similar color palettes
Oceanic Reverie color palette created on .