Vivid Red and Cyan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vivid Red and Cyan palette

Share this palette to:

Vivid Red and Cyan color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #00ff80;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #00bfff;
--color-3: #00ff80;
--color-4: #ffd900;
--color-5: #ff1492;
}

Vivid Red and Cyan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #00bfff, #00ff80, #ffd900, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #00bfff, #00ff80, #ffd900, #ff1492);
}

Vivid Red and Cyan color palette created on .