Paleta de colores Sword

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sword palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sword

Download sword color palette PNG image (landscape)
Download sword color palette PNG image (square)

CSS de la paleta de colores Sword

/* CSS */
.color-1 {
color: #4b2c2a;
}
.color-2 {
color: #8b4b4d;
}
.color-3 {
color: #d7b2b5;
}
.color-4 {
color: #f2c5c8;
}
.color-5 {
color: #f8e2e5;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #8b4b4d;
--color-3: #d7b2b5;
--color-4: #f2c5c8;
--color-5: #f8e2e5;
}

CSS del degradado de fondo Sword

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #8b4b4d, #d7b2b5, #f2c5c8, #f8e2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #8b4b4d, #d7b2b5, #f2c5c8, #f8e2e5);
}

Sword color palette created on .