Shades of Roti Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Roti palette
tavolozza dei colori Shades of Roti CSS
/* CSS */
.color-1 {
color: #c7a84d;
}
.color-2 {
color: #e3c85f;
}
.color-3 {
color: #f2d86e;
}
.color-4 {
color: #f6e898;
}
.color-5 {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--color-1: #c7a84d;
--color-2: #e3c85f;
--color-3: #f2d86e;
--color-4: #f6e898;
--color-5: #a7d7b8;
}
CSS con gradiente di sfondo Shades of Roti
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a84d, #e3c85f, #f2d86e, #f6e898, #a7d7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a84d, #e3c85f, #f2d86e, #f6e898, #a7d7b8);
}
Tavolozze di colori simili
Shades of Roti color palette created on .