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