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