Stolas カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Stolas palette
Stolas カラー パレット PNG 画像
Stolas カラーパレット CSS
/* CSS */
.color-1 {
color: #5b4a78;
}
.color-2 {
color: #7f6a95;
}
.color-3 {
color: #a29fb7;
}
.color-4 {
color: #d9b9e9;
}
.color-5 {
color: #f3c3d5;
}
/* CSS Variables */
:root {
--color-1: #5b4a78;
--color-2: #7f6a95;
--color-3: #a29fb7;
--color-4: #d9b9e9;
--color-5: #f3c3d5;
}
Stolas の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4a78, #7f6a95, #a29fb7, #d9b9e9, #f3c3d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4a78, #7f6a95, #a29fb7, #d9b9e9, #f3c3d5);
}
似たようなカラーパレット
Stolas color palette created on .