Azure Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Dreamscape palette

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

Azure Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #494cb6;
}
.color-2 {
color: #5e6bc9;
}
.color-3 {
color: #7b8dd5;
}
.color-4 {
color: #a8c5eb;
}
.color-5 {
color: #e0f1ff;
}

/* CSS Variables */
:root {
--color-1: #494cb6;
--color-2: #5e6bc9;
--color-3: #7b8dd5;
--color-4: #a8c5eb;
--color-5: #e0f1ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #494cb6, #5e6bc9, #7b8dd5, #a8c5eb, #e0f1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #494cb6, #5e6bc9, #7b8dd5, #a8c5eb, #e0f1ff);
}

Azure Dreamscape color palette created on .