Blue Milk Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Milk Dream palette

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

Blue Milk Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #567eae;
}
.color-2 {
color: #dfc9e8;
}
.color-3 {
color: #cbd9e7;
}
.color-4 {
color: #efe0cd;
}
.color-5 {
color: #f1cad0;
}

/* CSS Variables */
:root {
--color-1: #567eae;
--color-2: #dfc9e8;
--color-3: #cbd9e7;
--color-4: #efe0cd;
--color-5: #f1cad0;
}

Blue Milk Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #567eae, #dfc9e8, #cbd9e7, #efe0cd, #f1cad0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #567eae, #dfc9e8, #cbd9e7, #efe0cd, #f1cad0);
}

Blue Milk Dream color palette created on .