Azure Blue Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Azure Blue Dream palette
Azure Blue Dream カラーパレット (PNG) をダウンロード
Azure Blue Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #1e8ef1;
}
.color-2 {
color: #4ac7e3;
}
.color-3 {
color: #75e6d5;
}
.color-4 {
color: #a1f2b1;
}
.color-5 {
color: #e9f7b6;
}
/* CSS Variables */
:root {
--color-1: #1e8ef1;
--color-2: #4ac7e3;
--color-3: #75e6d5;
--color-4: #a1f2b1;
--color-5: #e9f7b6;
}
Azure Blue Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8ef1, #4ac7e3, #75e6d5, #a1f2b1, #e9f7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8ef1, #4ac7e3, #75e6d5, #a1f2b1, #e9f7b6);
}
似たようなカラーパレット
Azure Blue Dream color palette created on .