Paleta de colores Frosted Apathy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Frosted Apathy palette
CSS de la paleta de colores Frosted Apathy
/* CSS */
.color-1 {
color: #2a4d6a;
}
.color-2 {
color: #4b86b4;
}
.color-3 {
color: #8fb9e0;
}
.color-4 {
color: #b1def2;
}
.color-5 {
color: #e9f5f7;
}
/* CSS Variables */
:root {
--color-1: #2a4d6a;
--color-2: #4b86b4;
--color-3: #8fb9e0;
--color-4: #b1def2;
--color-5: #e9f5f7;
}
CSS del degradado de fondo Frosted Apathy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4d6a, #4b86b4, #8fb9e0, #b1def2, #e9f5f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4d6a, #4b86b4, #8fb9e0, #b1def2, #e9f5f7);
}
Paletas de colores similares
Frosted Apathy color palette created on .