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