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