Azure Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Reverie palette

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

Azure Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #9fb1df;
}
.color-2 {
color: #7b97d1;
}
.color-3 {
color: #5b7fc2;
}
.color-4 {
color: #4a65b0;
}
.color-5 {
color: #3b4e9b;
}

/* CSS Variables */
:root {
--color-1: #9fb1df;
--color-2: #7b97d1;
--color-3: #5b7fc2;
--color-4: #4a65b0;
--color-5: #3b4e9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fb1df, #7b97d1, #5b7fc2, #4a65b0, #3b4e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fb1df, #7b97d1, #5b7fc2, #4a65b0, #3b4e9b);
}

Azure Reverie color palette created on .