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