Vibrant Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Serenade palette

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

Vibrant Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #fc685a;
}
.color-2 {
color: #fc9c3b;
}
.color-3 {
color: #f5d12e;
}
.color-4 {
color: #8fdd22;
}
.color-5 {
color: #16ac98;
}

/* CSS Variables */
:root {
--color-1: #fc685a;
--color-2: #fc9c3b;
--color-3: #f5d12e;
--color-4: #8fdd22;
--color-5: #16ac98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc685a, #fc9c3b, #f5d12e, #8fdd22, #16ac98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc685a, #fc9c3b, #f5d12e, #8fdd22, #16ac98);
}

Vibrant Serenade color palette created on .