Paleta de colores Cybernetic Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cybernetic Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Cybernetic Blossom

/* CSS */
.color-1 {
color: #6f2c90;
}
.color-2 {
color: #ac83c3;
}
.color-3 {
color: #f6a7f6;
}
.color-4 {
color: #f9e86c;
}
.color-5 {
color: #ff6161;
}

/* CSS Variables */
:root {
--color-1: #6f2c90;
--color-2: #ac83c3;
--color-3: #f6a7f6;
--color-4: #f9e86c;
--color-5: #ff6161;
}

CSS del degradado de fondo Cybernetic Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f2c90, #ac83c3, #f6a7f6, #f9e86c, #ff6161);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f2c90, #ac83c3, #f6a7f6, #f9e86c, #ff6161);
}

Cybernetic Blossom color palette created on .