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