Dreamy Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Dreamy Blue palette
Dreamy Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #f9dc67;
}
.color-2 {
color: #facbb2;
}
.color-3 {
color: #fae0ed;
}
.color-4 {
color: #cae7f2;
}
.color-5 {
color: #b3c7ea;
}
/* CSS Variables */
:root {
--color-1: #f9dc67;
--color-2: #facbb2;
--color-3: #fae0ed;
--color-4: #cae7f2;
--color-5: #b3c7ea;
}
Dreamy Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dc67, #facbb2, #fae0ed, #cae7f2, #b3c7ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dc67, #facbb2, #fae0ed, #cae7f2, #b3c7ea);
}
似たようなカラーパレット
下にスクロールして300+個の黄色カラーパレットを探索しましょう
Dreamy Blue color palette created on .