Light Yellow and Light Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Yellow and Light Red palette
Light Yellow and Light Red color palette CSS
/* CSS */
.color-1 {
color: #f6e1a7;
}
.color-2 {
color: #f2b1b1;
}
.color-3 {
color: #ffe5d6;
}
.color-4 {
color: #f7c5a6;
}
.color-5 {
color: #fee6ae;
}
/* CSS Variables */
:root {
--color-1: #f6e1a7;
--color-2: #f2b1b1;
--color-3: #ffe5d6;
--color-4: #f7c5a6;
--color-5: #fee6ae;
}
Light Yellow and Light Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1a7, #f2b1b1, #ffe5d6, #f7c5a6, #fee6ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1a7, #f2b1b1, #ffe5d6, #f7c5a6, #fee6ae);
}
Similar color palettes
Light Yellow and Light Red color palette created on .