Summer Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Summer Red palette

Condividi questa palette a:

tavolozza dei colori Summer Red 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;
}

CSS con gradiente di sfondo Summer Red

/* 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 .