Retro Green Red Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Green Red Blue palette
Retro Green Red Blue color palette CSS
/* CSS */
.color-1 {
color: #17d346;
}
.color-2 {
color: #ff5289;
}
.color-3 {
color: #138ffb;
}
.color-4 {
color: #ffeb66;
}
.color-5 {
color: #f0199e;
}
/* CSS Variables */
:root {
--color-1: #17d346;
--color-2: #ff5289;
--color-3: #138ffb;
--color-4: #ffeb66;
--color-5: #f0199e;
}
Retro Green Red Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #17d346, #ff5289, #138ffb, #ffeb66, #f0199e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #17d346, #ff5289, #138ffb, #ffeb66, #f0199e);
}
Similar color palettes
Retro Green Red Blue color palette created on .