Gift of Care Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gift of Care palette
Gift of Care color palette PNG image
Gift of Care color palette CSS
/* CSS */
.color-1 {
color: #f1a7b3;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f9e8b4;
}
.color-4 {
color: #f2daa1;
}
.color-5 {
color: #e6b798;
}
/* CSS Variables */
:root {
--color-1: #f1a7b3;
--color-2: #f7c6a6;
--color-3: #f9e8b4;
--color-4: #f2daa1;
--color-5: #e6b798;
}
Gift of Care background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b3, #f7c6a6, #f9e8b4, #f2daa1, #e6b798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b3, #f7c6a6, #f9e8b4, #f2daa1, #e6b798);
}
Similar color palettes
Gift of Care color palette created on .