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