Bright Yellow Blue Green Red Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Yellow Blue Green Red Pink palette
Bright Yellow Blue Green Red Pink color palette CSS
/* CSS */
.color-1 {
color: #e3b04a;
}
.color-2 {
color: #5c9b46;
}
.color-3 {
color: #4e78b7;
}
.color-4 {
color: #d44f40;
}
.color-5 {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--color-1: #e3b04a;
--color-2: #5c9b46;
--color-3: #4e78b7;
--color-4: #d44f40;
--color-5: #f4c3d8;
}
Bright Yellow Blue Green Red Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b04a, #5c9b46, #4e78b7, #d44f40, #f4c3d8);
}
Similar color palettes
Bright Yellow Blue Green Red Pink color palette created on .