Carcassi's Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Carcassi's Serenade palette

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

Carcassi's Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #ffc861;
}
.color-3 {
color: #6f9fd3;
}
.color-4 {
color: #4e7e7e;
}
.color-5 {
color: #2b4c7d;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #ffc861;
--color-3: #6f9fd3;
--color-4: #4e7e7e;
--color-5: #2b4c7d;
}

Carcassi's Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #ffc861, #6f9fd3, #4e7e7e, #2b4c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #ffc861, #6f9fd3, #4e7e7e, #2b4c7d);
}

Carcassi's Serenade color palette created on .