Sunrise Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunrise Serenade palette

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

Sunrise Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f35c20;
}
.color-4 {
color: #d64b24;
}
.color-5 {
color: #a33d29;
}

/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f5a300;
--color-3: #f35c20;
--color-4: #d64b24;
--color-5: #a33d29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f5a300, #f35c20, #d64b24, #a33d29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f5a300, #f35c20, #d64b24, #a33d29);
}

Sunrise Serenade color palette created on .