Tundora Inspired Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tundora Inspired palette
Tundora Inspired color palette PNG image
Tundora Inspired color palette CSS
/* CSS */
.color-1 {
color: #494143;
}
.color-2 {
color: #7b7574;
}
.color-3 {
color: #afa8a7;
}
.color-4 {
color: #e2d8d5;
}
.color-5 {
color: #f5e3e0;
}
/* CSS Variables */
:root {
--color-1: #494143;
--color-2: #7b7574;
--color-3: #afa8a7;
--color-4: #e2d8d5;
--color-5: #f5e3e0;
}
Tundora Inspired background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #494143, #7b7574, #afa8a7, #e2d8d5, #f5e3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #494143, #7b7574, #afa8a7, #e2d8d5, #f5e3e0);
}
Similar color palettes
Tundora Inspired color palette created on .