Paleta de colores Courageous Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Courageous Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Courageous Harmony

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbf6e;
}
.color-3 {
color: #f9d86c;
}
.color-4 {
color: #5e5f9c;
}
.color-5 {
color: #c84c8a;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbf6e;
--color-3: #f9d86c;
--color-4: #5e5f9c;
--color-5: #c84c8a;
}

CSS del degradado de fondo Courageous Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbf6e, #f9d86c, #5e5f9c, #c84c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbf6e, #f9d86c, #5e5f9c, #c84c8a);
}

Courageous Harmony color palette created on .