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