Renga Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Renga palette
Download Renga Color Palette (PNG)
Renga color palette CSS
/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #e67d4c;
}
.color-3 {
color: #f1a35b;
}
.color-4 {
color: #f7c678;
}
.color-5 {
color: #fae89e;
}
/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #e67d4c;
--color-3: #f1a35b;
--color-4: #f7c678;
--color-5: #fae89e;
}
Renga background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #e67d4c, #f1a35b, #f7c678, #fae89e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #e67d4c, #f1a35b, #f7c678, #fae89e);
}
Similar color palettes
Renga color palette created on .