Digital Vortex Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Digital Vortex palette

Share this palette to:

Digital Vortex color palette CSS

/* CSS */
.color-1 {
color: #13a8b9;
}
.color-2 {
color: #ed4a75;
}
.color-3 {
color: #9a2d97;
}
.color-4 {
color: #e9b116;
}
.color-5 {
color: #59a04b;
}

/* CSS Variables */
:root {
--color-1: #13a8b9;
--color-2: #ed4a75;
--color-3: #9a2d97;
--color-4: #e9b116;
--color-5: #59a04b;
}

Digital Vortex background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #13a8b9, #ed4a75, #9a2d97, #e9b116, #59a04b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #13a8b9, #ed4a75, #9a2d97, #e9b116, #59a04b);
}

Digital Vortex color palette created on .