Summer Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Summer Red palette

Share this palette to:

Summer Red color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #4dff4d;
}
.color-3 {
color: #4d4dff;
}
.color-4 {
color: #ffea4d;
}
.color-5 {
color: #ff4db8;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #4dff4d;
--color-3: #4d4dff;
--color-4: #ffea4d;
--color-5: #ff4db8;
}

Summer Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #4dff4d, #4d4dff, #ffea4d, #ff4db8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #4dff4d, #4d4dff, #ffea4d, #ff4db8);
}

Summer Red color palette created on .