Bright Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Red palette
Download Bright Red Color Palette (PNG)
Bright Red color palette CSS
/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffb85c;
}
.color-3 {
color: #f6e6d5;
}
.color-4 {
color: #4db8ff;
}
.color-5 {
color: #6bffb5;
}
/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffb85c;
--color-3: #f6e6d5;
--color-4: #4db8ff;
--color-5: #6bffb5;
}
Bright Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffb85c, #f6e6d5, #4db8ff, #6bffb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffb85c, #f6e6d5, #4db8ff, #6bffb5);
}
Similar color palettes
Bright Red color palette created on .