Azure Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Azure Dreams palette

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

Azure Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #3fd8e9;
}
.color-4 {
color: #a3e9f5;
}
.color-5 {
color: #f0faff;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #3fd8e9;
--color-4: #a3e9f5;
--color-5: #f0faff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #3fd8e9, #a3e9f5, #f0faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #3fd8e9, #a3e9f5, #f0faff);
}

Azure Dreams color palette created on .