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