Pink Scraps Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Scraps palette
Pink Scraps color palette CSS
/* CSS */
.color-1 {
color: #e2a1b5;
}
.color-2 {
color: #6d4f8c;
}
.color-3 {
color: #f8d472;
}
.color-4 {
color: #4bb9b2;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #e2a1b5;
--color-2: #6d4f8c;
--color-3: #f8d472;
--color-4: #4bb9b2;
--color-5: #ff6e61;
}
Pink Scraps background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a1b5, #6d4f8c, #f8d472, #4bb9b2, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a1b5, #6d4f8c, #f8d472, #4bb9b2, #ff6e61);
}
Similar color palettes
Pink Scraps color palette created on .