Paleta de colores Shades of Pink and Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Pink and Purple palette
CSS de la paleta de colores Shades of Pink and Purple
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff5c9a;
}
.color-4 {
color: #d35f95;
}
.color-5 {
color: #8a40b5;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ff7092;
--color-3: #ff5c9a;
--color-4: #d35f95;
--color-5: #8a40b5;
}
CSS del degradado de fondo Shades of Pink and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ff7092, #ff5c9a, #d35f95, #8a40b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ff7092, #ff5c9a, #d35f95, #8a40b5);
}
Paletas de colores similares
Shades of Pink and Purple color palette created on .