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