Red Roswell Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red Roswell palette

Condividi questa palette a:

tavolozza dei colori Red Roswell CSS

/* CSS */
.color-1 {
color: #b6d8d5;
}
.color-2 {
color: #f3a48c;
}
.color-3 {
color: #e76a6a;
}
.color-4 {
color: #c94c4a;
}
.color-5 {
color: #a03b4c;
}

/* CSS Variables */
:root {
--color-1: #b6d8d5;
--color-2: #f3a48c;
--color-3: #e76a6a;
--color-4: #c94c4a;
--color-5: #a03b4c;
}

CSS con gradiente di sfondo Red Roswell

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6d8d5, #f3a48c, #e76a6a, #c94c4a, #a03b4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6d8d5, #f3a48c, #e76a6a, #c94c4a, #a03b4c);
}

Red Roswell color palette created on .