Azure Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Reverie palette

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

Azure Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #2d5fa9;
}
.color-3 {
color: #4c8dc2;
}
.color-4 {
color: #78c1e8;
}
.color-5 {
color: #a5e1f3;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #2d5fa9;
--color-3: #4c8dc2;
--color-4: #78c1e8;
--color-5: #a5e1f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #2d5fa9, #4c8dc2, #78c1e8, #a5e1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #2d5fa9, #4c8dc2, #78c1e8, #a5e1f3);
}

Azure Reverie color palette created on .