Paleta de colores Pink and Blue Yukata
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Blue Yukata palette
CSS de la paleta de colores Pink and Blue Yukata
/* CSS */
.color-1 {
color: #f2a1a2;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #a9e0d4;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #610f42;
}
/* CSS Variables */
:root {
--color-1: #f2a1a2;
--color-2: #f1c84b;
--color-3: #a9e0d4;
--color-4: #a3c7e0;
--color-5: #610f42;
}
CSS del degradado de fondo Pink and Blue Yukata
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1a2, #f1c84b, #a9e0d4, #a3c7e0, #610f42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1a2, #f1c84b, #a9e0d4, #a3c7e0, #610f42);
}
Paletas de colores similares
Pink and Blue Yukata color palette created on .