Paleta de colores Venus Hamato

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Venus Hamato palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Venus Hamato

Download venus hamato color palette PNG image (landscape)
Download venus hamato color palette PNG image (square)

CSS de la paleta de colores Venus Hamato

/* CSS */
.color-1 {
color: #b06d40;
}
.color-2 {
color: #ae573d;
}
.color-3 {
color: #9d3945;
}
.color-4 {
color: #81323f;
}
.color-5 {
color: #422940;
}

/* CSS Variables */
:root {
--color-1: #b06d40;
--color-2: #ae573d;
--color-3: #9d3945;
--color-4: #81323f;
--color-5: #422940;
}

CSS del degradado de fondo Venus Hamato

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b06d40, #ae573d, #9d3945, #81323f, #422940);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b06d40, #ae573d, #9d3945, #81323f, #422940);
}

Venus Hamato color palette created on .