Pink Tapestry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Tapestry palette
Pink Tapestry color palette CSS
/* CSS */
.color-1 {
color: #b05e82;
}
.color-2 {
color: #c99cc9;
}
.color-3 {
color: #f5b7d0;
}
.color-4 {
color: #fbd47e;
}
.color-5 {
color: #f5a524;
}
/* CSS Variables */
:root {
--color-1: #b05e82;
--color-2: #c99cc9;
--color-3: #f5b7d0;
--color-4: #fbd47e;
--color-5: #f5a524;
}
Pink Tapestry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05e82, #c99cc9, #f5b7d0, #fbd47e, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05e82, #c99cc9, #f5b7d0, #fbd47e, #f5a524);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Pink Tapestry color palette created on .