Bright Blue and Yellow Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue and Yellow Red palette
Bright Blue and Yellow Red color palette CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ff5833;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb3e4;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ffcc00;
--color-3: #ff5833;
--color-4: #ff6e61;
--color-5: #ffb3e4;
}
Bright Blue and Yellow Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ffcc00, #ff5833, #ff6e61, #ffb3e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ffcc00, #ff5833, #ff6e61, #ffb3e4);
}
Similar color palettes
Bright Blue and Yellow Red color palette created on .