Abstract Psychopomp Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Abstract Psychopomp palette
Abstract Psychopomp color palette PNG image
Abstract Psychopomp color palette CSS
/* CSS */
.color-1 {
color: #f26e36;
}
.color-2 {
color: #c82d8a;
}
.color-3 {
color: #715d92;
}
.color-4 {
color: #b6d64c;
}
.color-5 {
color: #3eb6b2;
}
/* CSS Variables */
:root {
--color-1: #f26e36;
--color-2: #c82d8a;
--color-3: #715d92;
--color-4: #b6d64c;
--color-5: #3eb6b2;
}
Abstract Psychopomp background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f26e36, #c82d8a, #715d92, #b6d64c, #3eb6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f26e36, #c82d8a, #715d92, #b6d64c, #3eb6b2);
}
Similar color palettes
Scroll down to explore 1000+ colors.abstract color palettes
Abstract Psychopomp color palette created on .