Pooks Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pooks palette
Pooks color palette CSS
/* CSS */
.color-1 {
color: #ffeea3;
}
.color-2 {
color: #ffd3a3;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ff94c4;
}
.color-5 {
color: #e09eff;
}
/* CSS Variables */
:root {
--color-1: #ffeea3;
--color-2: #ffd3a3;
--color-3: #ffadad;
--color-4: #ff94c4;
--color-5: #e09eff;
}
Pooks background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffeea3, #ffd3a3, #ffadad, #ff94c4, #e09eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffeea3, #ffd3a3, #ffadad, #ff94c4, #e09eff);
}
Similar color palettes
Pooks color palette created on .