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