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