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: #a2d6e6;
}
.color-2 {
color: #6dc4d9;
}
.color-3 {
color: #3e9ac1;
}
.color-4 {
color: #2b7a9c;
}
.color-5 {
color: #2a6c8d;
}
/* CSS Variables */
:root {
--color-1: #a2d6e6;
--color-2: #6dc4d9;
--color-3: #3e9ac1;
--color-4: #2b7a9c;
--color-5: #2a6c8d;
}
Oceanic Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d6e6, #6dc4d9, #3e9ac1, #2b7a9c, #2a6c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d6e6, #6dc4d9, #3e9ac1, #2b7a9c, #2a6c8d);
}
Similar color palettes
Oceanic Reverie color palette created on .