Dreamy Pastel Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dreamy Pastel Serenade palette
Dreamy Pastel Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #f9e0c3;
}
.color-2 {
color: #71dcf4;
}
.color-3 {
color: #f65ac8;
}
.color-4 {
color: #877b8e;
}
.color-5 {
color: #8365fb;
}
/* CSS Variables */
:root {
--color-1: #f9e0c3;
--color-2: #71dcf4;
--color-3: #f65ac8;
--color-4: #877b8e;
--color-5: #8365fb;
}
Dreamy Pastel Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e0c3, #71dcf4, #f65ac8, #877b8e, #8365fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e0c3, #71dcf4, #f65ac8, #877b8e, #8365fb);
}
似たようなカラーパレット
Dreamy Pastel Serenade color palette created on .