Adorable Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Adorable Pink palette
Adorable Pink color palette CSS
/* CSS */
.color-1 {
color: #e9a5c7;
}
.color-2 {
color: #f4d1b3;
}
.color-3 {
color: #f3b8af;
}
.color-4 {
color: #eec79b;
}
.color-5 {
color: #fae352;
}
/* CSS Variables */
:root {
--color-1: #e9a5c7;
--color-2: #f4d1b3;
--color-3: #f3b8af;
--color-4: #eec79b;
--color-5: #fae352;
}
Adorable Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9a5c7, #f4d1b3, #f3b8af, #eec79b, #fae352);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9a5c7, #f4d1b3, #f3b8af, #eec79b, #fae352);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Adorable Pink color palette created on .