Stan's Soft Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Stan's Soft Serenade palette

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

Stan's Soft Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f6c1b6;
}
.color-3 {
color: #f9e0c8;
}
.color-4 {
color: #f0e8b2;
}
.color-5 {
color: #e7e8ab;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f6c1b6;
--color-3: #f9e0c8;
--color-4: #f0e8b2;
--color-5: #e7e8ab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f6c1b6, #f9e0c8, #f0e8b2, #e7e8ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f6c1b6, #f9e0c8, #f0e8b2, #e7e8ab);
}

Stan's Soft Serenade color palette created on .