Sally's Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sally's Serenade palette

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

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

/* CSS */
.color-1 {
color: #f9aea4;
}
.color-2 {
color: #f6d1b1;
}
.color-3 {
color: #f4e3c3;
}
.color-4 {
color: #f0e7a3;
}
.color-5 {
color: #e0b59e;
}

/* CSS Variables */
:root {
--color-1: #f9aea4;
--color-2: #f6d1b1;
--color-3: #f4e3c3;
--color-4: #f0e7a3;
--color-5: #e0b59e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aea4, #f6d1b1, #f4e3c3, #f0e7a3, #e0b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aea4, #f6d1b1, #f4e3c3, #f0e7a3, #e0b59e);
}

Sally's Serenade color palette created on .