Vibrant Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Serenade palette

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

Vibrant Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f7d06e;
}
.color-3 {
color: #f1b1c7;
}
.color-4 {
color: #d7a070;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f7d06e;
--color-3: #f1b1c7;
--color-4: #d7a070;
--color-5: #f05a28;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f7d06e, #f1b1c7, #d7a070, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f7d06e, #f1b1c7, #d7a070, #f05a28);
}

Vibrant Serenade color palette created on .