Whispers of Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Sunrise palette

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

Whispers of Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfbf7;
}
.color-3 {
color: #aee1f4;
}
.color-4 {
color: #b7a3cc;
}
.color-5 {
color: #e4a425;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfbf7;
--color-3: #aee1f4;
--color-4: #b7a3cc;
--color-5: #e4a425;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfbf7, #aee1f4, #b7a3cc, #e4a425);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfbf7, #aee1f4, #b7a3cc, #e4a425);
}

Whispers of Sunrise color palette created on .