Pink Scare Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Scare palette
Pink Scare color palette CSS
/* CSS */
.color-1 {
color: #c65d8a;
}
.color-2 {
color: #f7b9a6;
}
.color-3 {
color: #f5e4a3;
}
.color-4 {
color: #f9e2a4;
}
.color-5 {
color: #f3b75e;
}
/* CSS Variables */
:root {
--color-1: #c65d8a;
--color-2: #f7b9a6;
--color-3: #f5e4a3;
--color-4: #f9e2a4;
--color-5: #f3b75e;
}
Pink Scare background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65d8a, #f7b9a6, #f5e4a3, #f9e2a4, #f3b75e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65d8a, #f7b9a6, #f5e4a3, #f9e2a4, #f3b75e);
}
Similar color palettes
Scroll down to explore 400+ Soft color palettes
Pink Scare color palette created on .