Pink Apple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Apple palette
Download Pink Apple Color Palette (PNG)
Pink Apple color palette CSS
/* CSS */
.color-1 {
color: #f0ead6;
}
.color-2 {
color: #b8d5c2;
}
.color-3 {
color: #9fe5d7;
}
.color-4 {
color: #f2a6b5;
}
.color-5 {
color: #f7696b;
}
/* CSS Variables */
:root {
--color-1: #f0ead6;
--color-2: #b8d5c2;
--color-3: #9fe5d7;
--color-4: #f2a6b5;
--color-5: #f7696b;
}
Pink Apple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ead6, #b8d5c2, #9fe5d7, #f2a6b5, #f7696b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ead6, #b8d5c2, #9fe5d7, #f2a6b5, #f7696b);
}
Similar color palettes
Pink Apple color palette created on .