Iron and Sunlight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Iron and Sunlight palette

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

Iron and Sunlight カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4b7f9b;
}
.color-3 {
color: #7dbaca;
}
.color-4 {
color: #f5c747;
}
.color-5 {
color: #f78f40;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4b7f9b;
--color-3: #7dbaca;
--color-4: #f5c747;
--color-5: #f78f40;
}

Iron and Sunlight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4b7f9b, #7dbaca, #f5c747, #f78f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4b7f9b, #7dbaca, #f5c747, #f78f40);
}

Iron and Sunlight color palette created on .