Digital Perception Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Perception palette
Digital Perception color palette CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d8b;
}
.color-4 {
color: #e93f8e;
}
.color-5 {
color: #c83ca3;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff7142;
--color-3: #ff4d8b;
--color-4: #e93f8e;
--color-5: #c83ca3;
}
Digital Perception background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff7142, #ff4d8b, #e93f8e, #c83ca3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff7142, #ff4d8b, #e93f8e, #c83ca3);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Digital Perception color palette created on .