Azure Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Dreams palette

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

Azure Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1e5876;
}
.color-2 {
color: #4999ab;
}
.color-3 {
color: #7eb9c9;
}
.color-4 {
color: #a3d8e0;
}
.color-5 {
color: #e2f5f8;
}

/* CSS Variables */
:root {
--color-1: #1e5876;
--color-2: #4999ab;
--color-3: #7eb9c9;
--color-4: #a3d8e0;
--color-5: #e2f5f8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e5876, #4999ab, #7eb9c9, #a3d8e0, #e2f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e5876, #4999ab, #7eb9c9, #a3d8e0, #e2f5f8);
}

Azure Dreams color palette created on .