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