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