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