Magical Sunrise Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Magical Sunrise Dream palette

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

Magical Sunrise Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6b828;
}
.color-3 {
color: #f8d468;
}
.color-4 {
color: #f2b5e3;
}
.color-5 {
color: #e773b5;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6b828;
--color-3: #f8d468;
--color-4: #f2b5e3;
--color-5: #e773b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6b828, #f8d468, #f2b5e3, #e773b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6b828, #f8d468, #f2b5e3, #e773b5);
}

Magical Sunrise Dream color palette created on .