Dreamy Mist カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Mist palette

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

Dreamy Mist カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d3e0;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f6c9a7;
}
.color-4 {
color: #f7e9a1;
}
.color-5 {
color: #b7ebbe;
}

/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #f1a7b4;
--color-3: #f6c9a7;
--color-4: #f7e9a1;
--color-5: #b7ebbe;
}

Dreamy Mist の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #f1a7b4, #f6c9a7, #f7e9a1, #b7ebbe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #f1a7b4, #f6c9a7, #f7e9a1, #b7ebbe);
}

Dreamy Mist color palette created on .