Blue Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Oasis palette
Blue Oasis color palette CSS
/* CSS */
.color-1 {
color: #3e99da;
}
.color-2 {
color: #49b8e4;
}
.color-3 {
color: #68d9e3;
}
.color-4 {
color: #a2ebc7;
}
.color-5 {
color: #f9e18b;
}
/* CSS Variables */
:root {
--color-1: #3e99da;
--color-2: #49b8e4;
--color-3: #68d9e3;
--color-4: #a2ebc7;
--color-5: #f9e18b;
}
Blue Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e99da, #49b8e4, #68d9e3, #a2ebc7, #f9e18b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e99da, #49b8e4, #68d9e3, #a2ebc7, #f9e18b);
}
Similar color palettes
Blue Oasis color palette created on .