Imperial Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Imperial Sunrise palette

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

Imperial Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f76e6e;
}
.color-2 {
color: #f9bc67;
}
.color-3 {
color: #f4e34e;
}
.color-4 {
color: #a6d66b;
}
.color-5 {
color: #6dc2e9;
}

/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #f9bc67;
--color-3: #f4e34e;
--color-4: #a6d66b;
--color-5: #6dc2e9;
}

Imperial Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #f9bc67, #f4e34e, #a6d66b, #6dc2e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #f9bc67, #f4e34e, #a6d66b, #6dc2e9);
}

Imperial Sunrise color palette created on .