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