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