Delightful Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Delightful Pink palette
Delightful Pink color palette CSS
/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f6c8b1;
}
.color-3 {
color: #f9eab9;
}
.color-4 {
color: #a4d3df;
}
.color-5 {
color: #aee0d7;
}
/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f6c8b1;
--color-3: #f9eab9;
--color-4: #a4d3df;
--color-5: #aee0d7;
}
Delightful Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f6c8b1, #f9eab9, #a4d3df, #aee0d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f6c8b1, #f9eab9, #a4d3df, #aee0d7);
}
Similar color palettes
Delightful Pink color palette created on .