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