Red Blue Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Blue Burst palette

Share this palette to:

Red Blue Burst color palette CSS

/* CSS */
.color-1 {
color: #ff382e;
}
.color-2 {
color: #007bff;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff9500;
}
.color-5 {
color: #ff2e54;
}

/* CSS Variables */
:root {
--color-1: #ff382e;
--color-2: #007bff;
--color-3: #ffcc00;
--color-4: #ff9500;
--color-5: #ff2e54;
}

Red Blue Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff382e, #007bff, #ffcc00, #ff9500, #ff2e54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff382e, #007bff, #ffcc00, #ff9500, #ff2e54);
}

Red Blue Burst color palette created on .