Paleta de colores Rosewood Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rosewood Vibes palette

Compartir esta paleta en:

CSS de la paleta de colores Rosewood Vibes

/* CSS */
.color-1 {
color: #66000c;
}
.color-2 {
color: #a300a0;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #66000c;
--color-2: #a300a0;
--color-3: #d6006f;
--color-4: #ff6e61;
--color-5: #ffb300;
}

CSS del degradado de fondo Rosewood Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66000c, #a300a0, #d6006f, #ff6e61, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66000c, #a300a0, #d6006f, #ff6e61, #ffb300);
}

Rosewood Vibes color palette created on .