Gentle Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gentle Harmony palette
Gentle Harmony カラーパレット (PNG) をダウンロード
Gentle Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #f5b59e;
}
.color-2 {
color: #f7d2a1;
}
.color-3 {
color: #f9e5b4;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #69b5d8;
}
/* CSS Variables */
:root {
--color-1: #f5b59e;
--color-2: #f7d2a1;
--color-3: #f9e5b4;
--color-4: #a3d6e0;
--color-5: #69b5d8;
}
Gentle Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b59e, #f7d2a1, #f9e5b4, #a3d6e0, #69b5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b59e, #f7d2a1, #f9e5b4, #a3d6e0, #69b5d8);
}
似たようなカラーパレット
Gentle Harmony color palette created on .