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