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