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