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