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