Floral Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Floral Serenade palette

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

Floral Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #e61e25;
}
.color-2 {
color: #b31e6b;
}
.color-3 {
color: #f57024;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #c35095;
}

/* CSS Variables */
:root {
--color-1: #e61e25;
--color-2: #b31e6b;
--color-3: #f57024;
--color-4: #ffffff;
--color-5: #c35095;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e61e25, #b31e6b, #f57024, #ffffff, #c35095);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e61e25, #b31e6b, #f57024, #ffffff, #c35095);
}

Floral Serenade color palette created on .