Azure Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Radiance palette

このパレットを共有する先:

Azure Radiance カラー パレット PNG 画像

Download azure radiance color palette PNG image (landscape)
Download azure radiance color palette PNG image (square)

Azure Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #0a85ff;
}
.color-2 {
color: #0a99ff;
}
.color-3 {
color: #0ac2ff;
}
.color-4 {
color: #0adaff;
}
.color-5 {
color: #0ae2ff;
}

/* CSS Variables */
:root {
--color-1: #0a85ff;
--color-2: #0a99ff;
--color-3: #0ac2ff;
--color-4: #0adaff;
--color-5: #0ae2ff;
}

Azure Radiance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a85ff, #0a99ff, #0ac2ff, #0adaff, #0ae2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a85ff, #0a99ff, #0ac2ff, #0adaff, #0ae2ff);
}

Azure Radiance color palette created on .