Pink Dot Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Dot palette
Pink Dot color palette CSS
/* CSS */
.color-1 {
color: #f5c4b2;
}
.color-2 {
color: #f9e3ae;
}
.color-3 {
color: #f7c8a6;
}
.color-4 {
color: #e1a8c8;
}
.color-5 {
color: #b7e6f0;
}
/* CSS Variables */
:root {
--color-1: #f5c4b2;
--color-2: #f9e3ae;
--color-3: #f7c8a6;
--color-4: #e1a8c8;
--color-5: #b7e6f0;
}
Pink Dot background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c4b2, #f9e3ae, #f7c8a6, #e1a8c8, #b7e6f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c4b2, #f9e3ae, #f7c8a6, #e1a8c8, #b7e6f0);
}
Similar color palettes
Scroll down to explore 200+ Light color palettes
Pink Dot color palette created on .