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