Blue DiliDon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue DiliDon palette

このパレットを共有する先:

Blue DiliDon カラーパレット CSS

/* CSS */
.color-1 {
color: #da7c2b;
}
.color-2 {
color: #f6c84c;
}
.color-3 {
color: #f5e6a3;
}
.color-4 {
color: #b6d8d8;
}
.color-5 {
color: #3b8dba;
}

/* CSS Variables */
:root {
--color-1: #da7c2b;
--color-2: #f6c84c;
--color-3: #f5e6a3;
--color-4: #b6d8d8;
--color-5: #3b8dba;
}

Blue DiliDon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da7c2b, #f6c84c, #f5e6a3, #b6d8d8, #3b8dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da7c2b, #f6c84c, #f5e6a3, #b6d8d8, #3b8dba);
}

Blue DiliDon color palette created on .