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