Pookie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pookie palette
Pookie color palette PNG image
Pookie color palette CSS
/* CSS */
.color-1 {
color: #ffd4bd;
}
.color-2 {
color: #ffebb8;
}
.color-3 {
color: #f2f7ed;
}
.color-4 {
color: #f4e7fe;
}
.color-5 {
color: #f2c7f5;
}
/* CSS Variables */
:root {
--color-1: #ffd4bd;
--color-2: #ffebb8;
--color-3: #f2f7ed;
--color-4: #f4e7fe;
--color-5: #f2c7f5;
}
Pookie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}
Similar color palettes
Pookie color palette created on .