Internet Addicted Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Internet Addicted palette

Share this palette to:

Internet Addicted color palette CSS

/* CSS */
.color-1 {
color: #546aa0;
}
.color-2 {
color: #baaec7;
}
.color-3 {
color: #ece7ee;
}
.color-4 {
color: #fbfaf9;
}
.color-5 {
color: #ffd500;
}

/* CSS Variables */
:root {
--color-1: #546aa0;
--color-2: #baaec7;
--color-3: #ece7ee;
--color-4: #fbfaf9;
--color-5: #ffd500;
}

Internet Addicted background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #546aa0, #baaec7, #ece7ee, #fbfaf9, #ffd500);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #546aa0, #baaec7, #ece7ee, #fbfaf9, #ffd500);
}

Internet Addicted color palette created on .