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