Oceanic George Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic George palette
Oceanic George color palette CSS
/* CSS */
.color-1 {
color: #499fbc;
}
.color-2 {
color: #5ab4c4;
}
.color-3 {
color: #6ed3e7;
}
.color-4 {
color: #8ce5f3;
}
.color-5 {
color: #a1f3f7;
}
/* CSS Variables */
:root {
--color-1: #499fbc;
--color-2: #5ab4c4;
--color-3: #6ed3e7;
--color-4: #8ce5f3;
--color-5: #a1f3f7;
}
Oceanic George background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499fbc, #5ab4c4, #6ed3e7, #8ce5f3, #a1f3f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499fbc, #5ab4c4, #6ed3e7, #8ce5f3, #a1f3f7);
}
Similar color palettes
Oceanic George color palette created on .