Paleta de colores Radiant Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Radiant Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Radiant Harmony

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #86d5b4;
}
.color-4 {
color: #6a82fb;
}
.color-5 {
color: #4b3d8a;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffcb5c;
--color-3: #86d5b4;
--color-4: #6a82fb;
--color-5: #4b3d8a;
}

CSS del degradado de fondo Radiant Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffcb5c, #86d5b4, #6a82fb, #4b3d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffcb5c, #86d5b4, #6a82fb, #4b3d8a);
}

Radiant Harmony color palette created on .