Pocky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pocky palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pocky Color Palette (PNG)
Pocky color palette CSS
/* CSS */
.color-1 {
color: #f2baba;
}
.color-2 {
color: #efb7b3;
}
.color-3 {
color: #e2a7a7;
}
.color-4 {
color: #cf9b9d;
}
.color-5 {
color: #c4878e;
}
/* CSS Variables */
:root {
--color-1: #f2baba;
--color-2: #efb7b3;
--color-3: #e2a7a7;
--color-4: #cf9b9d;
--color-5: #c4878e;
}
Pocky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2baba, #efb7b3, #e2a7a7, #cf9b9d, #c4878e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2baba, #efb7b3, #e2a7a7, #cf9b9d, #c4878e);
}
Similar color palettes
Pocky color palette created on .