Dreamy Pastel Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Pastel Serenade palette

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

Dreamy Pastel Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fcfdfd;
}
.color-2 {
color: #e0f5f1;
}
.color-3 {
color: #ead4f2;
}
.color-4 {
color: #b7e0f0;
}
.color-5 {
color: #e3a1f2;
}

/* CSS Variables */
:root {
--color-1: #fcfdfd;
--color-2: #e0f5f1;
--color-3: #ead4f2;
--color-4: #b7e0f0;
--color-5: #e3a1f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfdfd, #e0f5f1, #ead4f2, #b7e0f0, #e3a1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfdfd, #e0f5f1, #ead4f2, #b7e0f0, #e3a1f2);
}

Dreamy Pastel Serenade color palette created on .