Azure Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Dreamscape palette

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

Azure Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f0f8ff;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #6cb4e4;
}
.color-4 {
color: #3b8ece;
}
.color-5 {
color: #0079a8;
}

/* CSS Variables */
:root {
--color-1: #f0f8ff;
--color-2: #a6c6ed;
--color-3: #6cb4e4;
--color-4: #3b8ece;
--color-5: #0079a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f8ff, #a6c6ed, #6cb4e4, #3b8ece, #0079a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f8ff, #a6c6ed, #6cb4e4, #3b8ece, #0079a8);
}

Azure Dreamscape color palette created on .