Azure Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Dreams palette

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

Azure Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #a8b2e1;
}
.color-2 {
color: #506ab9;
}
.color-3 {
color: #2d498b;
}
.color-4 {
color: #5d9bd5;
}
.color-5 {
color: #a3c8e0;
}

/* CSS Variables */
:root {
--color-1: #a8b2e1;
--color-2: #506ab9;
--color-3: #2d498b;
--color-4: #5d9bd5;
--color-5: #a3c8e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b2e1, #506ab9, #2d498b, #5d9bd5, #a3c8e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b2e1, #506ab9, #2d498b, #5d9bd5, #a3c8e0);
}

Azure Dreams color palette created on .