Spring Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spring Serenade palette

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

Spring Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #c2e0b3;
}
.color-2 {
color: #f2e1b5;
}
.color-3 {
color: #f6cdb6;
}
.color-4 {
color: #ebbdd1;
}
.color-5 {
color: #f5b0a8;
}

/* CSS Variables */
:root {
--color-1: #c2e0b3;
--color-2: #f2e1b5;
--color-3: #f6cdb6;
--color-4: #ebbdd1;
--color-5: #f5b0a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2e0b3, #f2e1b5, #f6cdb6, #ebbdd1, #f5b0a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2e0b3, #f2e1b5, #f6cdb6, #ebbdd1, #f5b0a8);
}

似たようなカラーパレット

Spring Serenade color palette created on .