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