Light Azure カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Azure palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Light Azure カラーパレット (PNG) をダウンロード
Light Azure カラーパレット CSS
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3dbbff;
}
.color-3 {
color: #70c3ff;
}
.color-4 {
color: #9ed7ff;
}
.color-5 {
color: #c7e9ff;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3dbbff;
--color-3: #70c3ff;
--color-4: #9ed7ff;
--color-5: #c7e9ff;
}
Light Azure の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3dbbff, #70c3ff, #9ed7ff, #c7e9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3dbbff, #70c3ff, #9ed7ff, #c7e9ff);
}
似たようなカラーパレット
Light Azure color palette created on .