Dusty Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dusty Pink palette
Download Dusty Pink Color Palette (PNG)
Dusty Pink color palette CSS
/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e3a5a1;
}
.color-3 {
color: #d99a8c;
}
.color-4 {
color: #c48c78;
}
.color-5 {
color: #b37a6b;
}
/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e3a5a1;
--color-3: #d99a8c;
--color-4: #c48c78;
--color-5: #b37a6b;
}
Dusty Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e3a5a1, #d99a8c, #c48c78, #b37a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e3a5a1, #d99a8c, #c48c78, #b37a6b);
}
Similar color palettes
Dusty Pink color palette created on .