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