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