Paleta de colores Courageous Curiosity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Courageous Curiosity palette

Compartir esta paleta en:

CSS de la paleta de colores Courageous Curiosity

/* CSS */
.color-1 {
color: #4d8bff;
}
.color-2 {
color: #5ce6aa;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff8a92;
}

/* CSS Variables */
:root {
--color-1: #4d8bff;
--color-2: #5ce6aa;
--color-3: #f9c54e;
--color-4: #ff6e61;
--color-5: #ff8a92;
}

CSS del degradado de fondo Courageous Curiosity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d8bff, #5ce6aa, #f9c54e, #ff6e61, #ff8a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d8bff, #5ce6aa, #f9c54e, #ff6e61, #ff8a92);
}

Courageous Curiosity color palette created on .