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