Rusty Romance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rusty Romance palette

Condividi questa palette a:

tavolozza dei colori Rusty Romance CSS

/* CSS */
.color-1 {
color: #c7463d;
}
.color-2 {
color: #ce7a69;
}
.color-3 {
color: #df9d8b;
}
.color-4 {
color: #e7c1b6;
}
.color-5 {
color: #f2d7cf;
}

/* CSS Variables */
:root {
--color-1: #c7463d;
--color-2: #ce7a69;
--color-3: #df9d8b;
--color-4: #e7c1b6;
--color-5: #f2d7cf;
}

CSS con gradiente di sfondo Rusty Romance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7463d, #ce7a69, #df9d8b, #e7c1b6, #f2d7cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7463d, #ce7a69, #df9d8b, #e7c1b6, #f2d7cf);
}

Rusty Romance color palette created on .