Paleta de colores Frog Detective Adventures
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Frog Detective Adventures palette
CSS de la paleta de colores Frog Detective Adventures
/* CSS */
.color-1 {
color: #a3d9a0;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #6b9cd1;
}
.color-5 {
color: #f7c5a6;
}
/* CSS Variables */
:root {
--color-1: #a3d9a0;
--color-2: #f0a800;
--color-3: #ff6e61;
--color-4: #6b9cd1;
--color-5: #f7c5a6;
}
CSS del degradado de fondo Frog Detective Adventures
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9a0, #f0a800, #ff6e61, #6b9cd1, #f7c5a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9a0, #f0a800, #ff6e61, #6b9cd1, #f7c5a6);
}
Paletas de colores similares
Frog Detective Adventures color palette created on .