Arthur's Garden カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Arthur's Garden palette
Arthur's Garden カラーパレット CSS
/* CSS */
.color-1 {
color: #3b8fab;
}
.color-2 {
color: #5fbf9c;
}
.color-3 {
color: #82d98b;
}
.color-4 {
color: #d9c95e;
}
.color-5 {
color: #e76a6a;
}
/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #5fbf9c;
--color-3: #82d98b;
--color-4: #d9c95e;
--color-5: #e76a6a;
}
Arthur's Garden の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #5fbf9c, #82d98b, #d9c95e, #e76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #5fbf9c, #82d98b, #d9c95e, #e76a6a);
}
似たようなカラーパレット
Arthur's Garden color palette created on .