Teal and Orange Shards Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teal and Orange Shards palette
tavolozza dei colori Teal and Orange Shards CSS
/* CSS */
.color-1 {
color: #87c8d4;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d8315b;
}
.color-5 {
color: #c7e9a5;
}
/* CSS Variables */
:root {
--color-1: #87c8d4;
--color-2: #f0a800;
--color-3: #ff6e61;
--color-4: #d8315b;
--color-5: #c7e9a5;
}
CSS con gradiente di sfondo Teal and Orange Shards
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #87c8d4, #f0a800, #ff6e61, #d8315b, #c7e9a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #87c8d4, #f0a800, #ff6e61, #d8315b, #c7e9a5);
}
Tavolozze di colori simili
Teal and Orange Shards color palette created on .