Sunny Learning Oasis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Learning Oasis palette
Sunny Learning Oasis color palette CSS
/* CSS */
.color-1 {
color: #f8d34f;
}
.color-2 {
color: #f9b4b4;
}
.color-3 {
color: #a8d3e1;
}
.color-4 {
color: #ff6b6b;
}
.color-5 {
color: #ff9e42;
}
/* CSS Variables */
:root {
--color-1: #f8d34f;
--color-2: #f9b4b4;
--color-3: #a8d3e1;
--color-4: #ff6b6b;
--color-5: #ff9e42;
}
Sunny Learning Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d34f, #f9b4b4, #a8d3e1, #ff6b6b, #ff9e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d34f, #f9b4b4, #a8d3e1, #ff6b6b, #ff9e42);
}
Similar color palettes
Sunny Learning Oasis color palette created on .