Pookie Color Palette
Discover the beautiful Pookie color palette featuring romantic (#ffd5bf), colonial white (#ffebb8), loafer (#f1f7ec), blue chalk (#f4e6fe) and moon raker (#f2c8f5).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Pookie palette
๐ป Pookie color palette CSS
/* CSS */
.color-1 {
color: #ffd5bf;
}
.color-2 {
color: #ffebb8;
}
.color-3 {
color: #f1f7ec;
}
.color-4 {
color: #f4e6fe;
}
.color-5 {
color: #f2c8f5;
}
/* CSS Variables */
:root {
--color-1: #ffd5bf;
--color-2: #ffebb8;
--color-3: #f1f7ec;
--color-4: #f4e6fe;
--color-5: #f2c8f5;
} ๐ Pookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd5bf, #ffebb8, #f1f7ec, #f4e6fe, #f2c8f5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd5bf, #ffebb8, #f1f7ec, #f4e6fe, #f2c8f5);
} ๐ Explore similar color palettes
Pookie color palette created on .