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: #f9b4b4;
}
.color-2 {
color: #f8d08b;
}
.color-3 {
color: #f6e6d5;
}
.color-4 {
color: #a7e7df;
}
.color-5 {
color: #6bb7e1;
}
/* CSS Variables */
:root {
--color-1: #f9b4b4;
--color-2: #f8d08b;
--color-3: #f6e6d5;
--color-4: #a7e7df;
--color-5: #6bb7e1;
}
CSS del degradado de fondo Shades of Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4b4, #f8d08b, #f6e6d5, #a7e7df, #6bb7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4b4, #f8d08b, #f6e6d5, #a7e7df, #6bb7e1);
}
Paletas de colores similares
Shades of Pink color palette created on .