Oceanic Curiosity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Curiosity palette
Oceanic Curiosity color palette CSS
/* CSS */
.color-1 {
color: #2594d0;
}
.color-2 {
color: #73b3e7;
}
.color-3 {
color: #a3d6e0;
}
.color-4 {
color: #f6eba2;
}
.color-5 {
color: #f7c94b;
}
/* CSS Variables */
:root {
--color-1: #2594d0;
--color-2: #73b3e7;
--color-3: #a3d6e0;
--color-4: #f6eba2;
--color-5: #f7c94b;
}
Oceanic Curiosity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2594d0, #73b3e7, #a3d6e0, #f6eba2, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2594d0, #73b3e7, #a3d6e0, #f6eba2, #f7c94b);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Oceanic Curiosity color palette created on .