Shades of Amaranth Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Amaranth palette
tavolozza dei colori Shades of Amaranth CSS
/* CSS */
.color-1 {
color: #e52a4f;
}
.color-2 {
color: #f27d7f;
}
.color-3 {
color: #f9b4b4;
}
.color-4 {
color: #fce3d4;
}
.color-5 {
color: #ffebb8;
}
/* CSS Variables */
:root {
--color-1: #e52a4f;
--color-2: #f27d7f;
--color-3: #f9b4b4;
--color-4: #fce3d4;
--color-5: #ffebb8;
}
CSS con gradiente di sfondo Shades of Amaranth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e52a4f, #f27d7f, #f9b4b4, #fce3d4, #ffebb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e52a4f, #f27d7f, #f9b4b4, #fce3d4, #ffebb8);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Brillante
Shades of Amaranth color palette created on .