Глюки Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Глюки palette
Глюки color palette PNG image
Глюки color palette CSS
/* CSS */
.color-1 {
color: #d963a6;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a4d869;
}
.color-4 {
color: #699dce;
}
.color-5 {
color: #e2505e;
}
/* CSS Variables */
:root {
--color-1: #d963a6;
--color-2: #ffb84d;
--color-3: #a4d869;
--color-4: #699dce;
--color-5: #e2505e;
}
Глюки background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d963a6, #ffb84d, #a4d869, #699dce, #e2505e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d963a6, #ffb84d, #a4d869, #699dce, #e2505e);
}
Similar color palettes
Scroll down to explore 9 Psychedelic color palettes
Глюки color palette created on .