Slytherin Girl カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Slytherin Girl palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Slytherin Girl カラーパレット (PNG) をダウンロード
Slytherin Girl カラーパレット CSS
/* CSS */
.color-1 {
color: #2a4c2c;
}
.color-2 {
color: #4b814b;
}
.color-3 {
color: #7ebe7e;
}
.color-4 {
color: #a4d6a4;
}
.color-5 {
color: #f3f1e7;
}
/* CSS Variables */
:root {
--color-1: #2a4c2c;
--color-2: #4b814b;
--color-3: #7ebe7e;
--color-4: #a4d6a4;
--color-5: #f3f1e7;
}
Slytherin Girl の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4c2c, #4b814b, #7ebe7e, #a4d6a4, #f3f1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4c2c, #4b814b, #7ebe7e, #a4d6a4, #f3f1e7);
}
似たようなカラーパレット
Slytherin Girl color palette created on .