Red Green Cityscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Green Cityscape palette

Share this palette to:

Red Green Cityscape color palette CSS

/* CSS */
.color-1 {
color: #e84c30;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #287fb8;
}
.color-5 {
color: #8d43ad;
}

/* CSS Variables */
:root {
--color-1: #e84c30;
--color-2: #4cae4f;
--color-3: #f1c40e;
--color-4: #287fb8;
--color-5: #8d43ad;
}

Red Green Cityscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e84c30, #4cae4f, #f1c40e, #287fb8, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e84c30, #4cae4f, #f1c40e, #287fb8, #8d43ad);
}

Red Green Cityscape color palette created on .