Pink Creepy Cute Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Creepy Cute palette
Pink Creepy Cute color palette CSS
/* CSS */
.color-1 {
color: #f7a1b7;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffbaa3;
}
.color-5 {
color: #ffdac2;
}
/* CSS Variables */
:root {
--color-1: #f7a1b7;
--color-2: #ff7092;
--color-3: #ff998a;
--color-4: #ffbaa3;
--color-5: #ffdac2;
}
Pink Creepy Cute background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b7, #ff7092, #ff998a, #ffbaa3, #ffdac2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b7, #ff7092, #ff998a, #ffbaa3, #ffdac2);
}
Similar color palettes
Pink Creepy Cute color palette created on .