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