Khichdi Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Khichdi Harmony palette
Khichdi Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #b5a869;
}
.color-2 {
color: #d5c56d;
}
.color-3 {
color: #f0e2a3;
}
.color-4 {
color: #e3b872;
}
.color-5 {
color: #d1a061;
}
/* CSS Variables */
:root {
--color-1: #b5a869;
--color-2: #d5c56d;
--color-3: #f0e2a3;
--color-4: #e3b872;
--color-5: #d1a061;
}
Khichdi Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5a869, #d5c56d, #f0e2a3, #e3b872, #d1a061);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5a869, #d5c56d, #f0e2a3, #e3b872, #d1a061);
}
似たようなカラーパレット
Khichdi Harmony color palette created on .