Azure Waves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Waves palette

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

Azure Waves カラーパレット CSS

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #1ec8e6;
}
.color-4 {
color: #7ae3f5;
}
.color-5 {
color: #a7f1fb;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #1ec8e6;
--color-4: #7ae3f5;
--color-5: #a7f1fb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #1ec8e6, #7ae3f5, #a7f1fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #1ec8e6, #7ae3f5, #a7f1fb);
}

Azure Waves color palette created on .