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