Shades of Orange and Pink Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Orange and Pink palette
tavolozza dei colori Shades of Orange and Pink CSS
/* CSS */
.color-1 {
color: #f6a90e;
}
.color-2 {
color: #e36a3b;
}
.color-3 {
color: #c24c7b;
}
.color-4 {
color: #8c5fab;
}
.color-5 {
color: #4a8bba;
}
/* CSS Variables */
:root {
--color-1: #f6a90e;
--color-2: #e36a3b;
--color-3: #c24c7b;
--color-4: #8c5fab;
--color-5: #4a8bba;
}
CSS con gradiente di sfondo Shades of Orange and Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a90e, #e36a3b, #c24c7b, #8c5fab, #4a8bba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a90e, #e36a3b, #c24c7b, #8c5fab, #4a8bba);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 100+ tavolozzas di colori Brillante
Shades of Orange and Pink color palette created on .