Red Funhouse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Funhouse palette
Red Funhouse color palette CSS
/* CSS */
.color-1 {
color: #ffa07a;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff5233;
}
.color-4 {
color: #c83e3c;
}
.color-5 {
color: #a9323e;
}
/* CSS Variables */
:root {
--color-1: #ffa07a;
--color-2: #ff6e61;
--color-3: #ff5233;
--color-4: #c83e3c;
--color-5: #a9323e;
}
Red Funhouse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa07a, #ff6e61, #ff5233, #c83e3c, #a9323e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa07a, #ff6e61, #ff5233, #c83e3c, #a9323e);
}
Similar color palettes
Red Funhouse color palette created on .