Pastel Yellow and Light Blue Dream カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastel Yellow and Light Blue Dream palette
Pastel Yellow and Light Blue Dream カラーパレット CSS
/* CSS */
.color-1 {
color: #f9e46c;
}
.color-2 {
color: #a3c3e0;
}
.color-3 {
color: #f5c8a3;
}
.color-4 {
color: #f4e1b3;
}
.color-5 {
color: #a9d9ea;
}
/* CSS Variables */
:root {
--color-1: #f9e46c;
--color-2: #a3c3e0;
--color-3: #f5c8a3;
--color-4: #f4e1b3;
--color-5: #a9d9ea;
}
Pastel Yellow and Light Blue Dream の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e46c, #a3c3e0, #f5c8a3, #f4e1b3, #a9d9ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e46c, #a3c3e0, #f5c8a3, #f4e1b3, #a9d9ea);
}
似たようなカラーパレット
Pastel Yellow and Light Blue Dream color palette created on .