Lemon Yellow and Dusty Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lemon Yellow and Dusty Blue palette
Lemon Yellow and Dusty Blue color palette CSS
/* CSS */
.color-1 {
color: #f6ec60;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #7d9aca;
}
.color-4 {
color: #4c819a;
}
.color-5 {
color: #2b4c6e;
}
/* CSS Variables */
:root {
--color-1: #f6ec60;
--color-2: #a5c6d5;
--color-3: #7d9aca;
--color-4: #4c819a;
--color-5: #2b4c6e;
}
Lemon Yellow and Dusty Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6ec60, #a5c6d5, #7d9aca, #4c819a, #2b4c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6ec60, #a5c6d5, #7d9aca, #4c819a, #2b4c6e);
}
Similar color palettes
Lemon Yellow and Dusty Blue color palette created on .