Blushing Ink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Ink palette
Blushing Ink color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e07b8d;
}
.color-4 {
color: #d45e79;
}
.color-5 {
color: #c14969;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f1a8a2;
--color-3: #e07b8d;
--color-4: #d45e79;
--color-5: #c14969;
}
Blushing Ink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f1a8a2, #e07b8d, #d45e79, #c14969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f1a8a2, #e07b8d, #d45e79, #c14969);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blushing Ink color palette created on .