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