Dark Teal and Rust カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dark Teal and Rust palette
Dark Teal and Rust カラーパレット CSS
/* CSS */
.color-1 {
color: #003e47;
}
.color-2 {
color: #4d0000;
}
.color-3 {
color: #6e4b3a;
}
.color-4 {
color: #b5592c;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #003e47;
--color-2: #4d0000;
--color-3: #6e4b3a;
--color-4: #b5592c;
--color-5: #f0a800;
}
Dark Teal and Rust の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003e47, #4d0000, #6e4b3a, #b5592c, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003e47, #4d0000, #6e4b3a, #b5592c, #f0a800);
}
似たようなカラーパレット
Dark Teal and Rust color palette created on .