Pink Silk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Silk palette
Pink Silk color palette CSS
/* CSS */
.color-1 {
color: #f6dabb;
}
.color-2 {
color: #e9a59b;
}
.color-3 {
color: #f5c8a3;
}
.color-4 {
color: #f1a7d3;
}
.color-5 {
color: #f4c3d1;
}
/* CSS Variables */
:root {
--color-1: #f6dabb;
--color-2: #e9a59b;
--color-3: #f5c8a3;
--color-4: #f1a7d3;
--color-5: #f4c3d1;
}
Pink Silk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6dabb, #e9a59b, #f5c8a3, #f1a7d3, #f4c3d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6dabb, #e9a59b, #f5c8a3, #f1a7d3, #f4c3d1);
}
Similar color palettes
Scroll down to explore 900+ Aesthetic color palettes
Pink Silk color palette created on .