Winter Dragon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Winter Dragon palette
Winter Dragon カラー パレット PNG 画像
Winter Dragon カラーパレット CSS
/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #4a678c;
}
.color-3 {
color: #7a9bb8;
}
.color-4 {
color: #a3c4e0;
}
.color-5 {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #4a678c;
--color-3: #7a9bb8;
--color-4: #a3c4e0;
--color-5: #f1f5f8;
}
Winter Dragon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #4a678c, #7a9bb8, #a3c4e0, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #4a678c, #7a9bb8, #a3c4e0, #f1f5f8);
}
似たようなカラーパレット
Winter Dragon color palette created on .