Paleta de colores Pookie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pookie palette
Imagen PNG de la paleta de colores Pookie
CSS de la paleta de colores Pookie
/* CSS */
.color-1 {
color: #ffd4bd;
}
.color-2 {
color: #ffebb8;
}
.color-3 {
color: #f2f7ed;
}
.color-4 {
color: #f4e7fe;
}
.color-5 {
color: #f2c7f5;
}
/* CSS Variables */
:root {
--color-1: #ffd4bd;
--color-2: #ffebb8;
--color-3: #f2f7ed;
--color-4: #f4e7fe;
--color-5: #f2c7f5;
}
CSS del degradado de fondo Pookie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd4bd, #ffebb8, #f2f7ed, #f4e7fe, #f2c7f5);
}
Paletas de colores similares
Pookie color palette created on .