Transylvanian Tapestry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Transylvanian Tapestry palette
Transylvanian Tapestry color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f3bbb4;
}
.color-3 {
color: #f2d49c;
}
.color-4 {
color: #e37c59;
}
.color-5 {
color: #a45b8c;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f3bbb4;
--color-3: #f2d49c;
--color-4: #e37c59;
--color-5: #a45b8c;
}
Transylvanian Tapestry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f3bbb4, #f2d49c, #e37c59, #a45b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f3bbb4, #f2d49c, #e37c59, #a45b8c);
}
Similar color palettes
Transylvanian Tapestry color palette created on .