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