Dragon's Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dragon's Delight palette
Dragon's Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #5e9c3a;
}
.color-2 {
color: #a8d15c;
}
.color-3 {
color: #f1df3b;
}
.color-4 {
color: #e05a29;
}
.color-5 {
color: #a74997;
}
/* CSS Variables */
:root {
--color-1: #5e9c3a;
--color-2: #a8d15c;
--color-3: #f1df3b;
--color-4: #e05a29;
--color-5: #a74997;
}
Dragon's Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e9c3a, #a8d15c, #f1df3b, #e05a29, #a74997);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e9c3a, #a8d15c, #f1df3b, #e05a29, #a74997);
}
似たようなカラーパレット
下にスクロールして300+個のブライトカラーパレットを探索しましょう
Dragon's Delight color palette created on .