Paleta de colores Pink Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Breeze palette
CSS de la paleta de colores Pink Breeze
/* CSS */
.color-1 {
color: #f6a2b4;
}
.color-2 {
color: #f4c3c8;
}
.color-3 {
color: #e5b8df;
}
.color-4 {
color: #b7dae6;
}
.color-5 {
color: #a4d1e5;
}
/* CSS Variables */
:root {
--color-1: #f6a2b4;
--color-2: #f4c3c8;
--color-3: #e5b8df;
--color-4: #b7dae6;
--color-5: #a4d1e5;
}
CSS del degradado de fondo Pink Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b4, #f4c3c8, #e5b8df, #b7dae6, #a4d1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b4, #f4c3c8, #e5b8df, #b7dae6, #a4d1e5);
}
Paletas de colores similares
Pink Breeze color palette created on .