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