Paleta de colores Sunny Canine Adventure

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunny Canine Adventure palette

Compartir esta paleta en:

CSS de la paleta de colores Sunny Canine Adventure

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f6c80e;
}
.color-3 {
color: #f5e10a;
}
.color-4 {
color: #a8d64c;
}
.color-5 {
color: #6ccb79;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f6c80e;
--color-3: #f5e10a;
--color-4: #a8d64c;
--color-5: #6ccb79;
}

CSS del degradado de fondo Sunny Canine Adventure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f6c80e, #f5e10a, #a8d64c, #6ccb79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f6c80e, #f5e10a, #a8d64c, #6ccb79);
}

Sunny Canine Adventure color palette created on .