Sonic Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sonic Harmony palette
Sonic Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d9b30d;
}
.color-3 {
color: #a8c64e;
}
.color-4 {
color: #4cae7b;
}
.color-5 {
color: #007c8f;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d9b30d;
--color-3: #a8c64e;
--color-4: #4cae7b;
--color-5: #007c8f;
}
Sonic Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d9b30d, #a8c64e, #4cae7b, #007c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d9b30d, #a8c64e, #4cae7b, #007c8f);
}
似たようなカラーパレット
下にスクロールして800+個のブライトカラーパレットを探索しましょう
Sonic Harmony color palette created on .