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