Paleta de colores Light Blue Periwinkle
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Blue Periwinkle palette
CSS de la paleta de colores Light Blue Periwinkle
/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #a6b2d9;
}
.color-3 {
color: #b6c8e2;
}
.color-4 {
color: #d1e4f5;
}
.color-5 {
color: #e5f6ff;
}
/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #a6b2d9;
--color-3: #b6c8e2;
--color-4: #d1e4f5;
--color-5: #e5f6ff;
}
CSS del degradado de fondo Light Blue Periwinkle
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #a6b2d9, #b6c8e2, #d1e4f5, #e5f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #a6b2d9, #b6c8e2, #d1e4f5, #e5f6ff);
}
Paletas de colores similares
Light Blue Periwinkle color palette created on .