Teal and Orange Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal and Orange Harmony palette
Teal and Orange Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #1abc9c;
}
.color-2 {
color: #16a286;
}
.color-3 {
color: #f39c12;
}
.color-4 {
color: #e77e23;
}
.color-5 {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #16a286;
--color-3: #f39c12;
--color-4: #e77e23;
--color-5: #bf3a2b;
}
Teal and Orange Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #16a286, #f39c12, #e77e23, #bf3a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #16a286, #f39c12, #e77e23, #bf3a2b);
}
似たようなカラーパレット
下にスクロールして700+個のエステティックカラーパレットを探索しましょう
Teal and Orange Harmony color palette created on .