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