Azure Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Reverie palette

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

Azure Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #1e4e7b;
}
.color-2 {
color: #4b8db9;
}
.color-3 {
color: #72c1e9;
}
.color-4 {
color: #a1e3f2;
}
.color-5 {
color: #f1f9f4;
}

/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #4b8db9;
--color-3: #72c1e9;
--color-4: #a1e3f2;
--color-5: #f1f9f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #4b8db9, #72c1e9, #a1e3f2, #f1f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #4b8db9, #72c1e9, #a1e3f2, #f1f9f4);
}

Azure Reverie color palette created on .