Paleta de colores Internet Addicted
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Internet Addicted palette
CSS de la paleta de colores Internet Addicted
/* 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;
}
CSS del degradado de fondo Internet Addicted
/* 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);
}
Paletas de colores similares
Internet Addicted color palette created on .