Paleta de colores Peachy Sugar Cookie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Peachy Sugar Cookie palette
CSS de la paleta de colores Peachy Sugar Cookie
/* CSS */
.color-1 {
color: #f9e3b4;
}
.color-2 {
color: #f1c5a7;
}
.color-3 {
color: #e8b4a1;
}
.color-4 {
color: #dc8f94;
}
.color-5 {
color: #d57c89;
}
/* CSS Variables */
:root {
--color-1: #f9e3b4;
--color-2: #f1c5a7;
--color-3: #e8b4a1;
--color-4: #dc8f94;
--color-5: #d57c89;
}
CSS del degradado de fondo Peachy Sugar Cookie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e3b4, #f1c5a7, #e8b4a1, #dc8f94, #d57c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e3b4, #f1c5a7, #e8b4a1, #dc8f94, #d57c89);
}
Paletas de colores similares
Peachy Sugar Cookie color palette created on .