Pink Porcelain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Porcelain palette
Pink Porcelain color palette CSS
/* CSS */
.color-1 {
color: #f4e2d7;
}
.color-2 {
color: #f9c7b4;
}
.color-3 {
color: #f6a7b3;
}
.color-4 {
color: #f25a76;
}
.color-5 {
color: #e03e4b;
}
/* CSS Variables */
:root {
--color-1: #f4e2d7;
--color-2: #f9c7b4;
--color-3: #f6a7b3;
--color-4: #f25a76;
--color-5: #e03e4b;
}
Pink Porcelain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2d7, #f9c7b4, #f6a7b3, #f25a76, #e03e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2d7, #f9c7b4, #f6a7b3, #f25a76, #e03e4b);
}
Similar color palettes
Pink Porcelain color palette created on .