Coral Retro Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Coral Retro palette
Coral Retro color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6ab9f0;
}
.color-3 {
color: #f8c572;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #f39c12;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6ab9f0;
--color-3: #f8c572;
--color-4: #8d43ad;
--color-5: #f39c12;
}
Coral Retro background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6ab9f0, #f8c572, #8d43ad, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6ab9f0, #f8c572, #8d43ad, #f39c12);
}
Similar color palettes
Coral Retro color palette created on .