Chill Dawn Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Chill Dawn Hues palette

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

Chill Dawn Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4fb7e3;
}
.color-3 {
color: #77d2e9;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4fb7e3;
--color-3: #77d2e9;
--color-4: #f4a462;
--color-5: #e76e50;
}

Chill Dawn Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4fb7e3, #77d2e9, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4fb7e3, #77d2e9, #f4a462, #e76e50);
}

Chill Dawn Hues color palette created on .