Digital Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Oasis palette
Digital Oasis color palette CSS
/* CSS */
.color-1 {
color: #1e1e9f;
}
.color-2 {
color: #3c5a9a;
}
.color-3 {
color: #4eb3c1;
}
.color-4 {
color: #73e7b1;
}
.color-5 {
color: #f6f351;
}
/* CSS Variables */
:root {
--color-1: #1e1e9f;
--color-2: #3c5a9a;
--color-3: #4eb3c1;
--color-4: #73e7b1;
--color-5: #f6f351;
}
Digital Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e9f, #3c5a9a, #4eb3c1, #73e7b1, #f6f351);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e9f, #3c5a9a, #4eb3c1, #73e7b1, #f6f351);
}
Similar color palettes
Digital Oasis color palette created on .