Seashell Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seashell Serenade palette

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

Seashell Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b39f;
}
.color-2 {
color: #f9c28b;
}
.color-3 {
color: #f9e0ae;
}
.color-4 {
color: #f2bae0;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f9b39f;
--color-2: #f9c28b;
--color-3: #f9e0ae;
--color-4: #f2bae0;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b39f, #f9c28b, #f9e0ae, #f2bae0, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b39f, #f9c28b, #f9e0ae, #f2bae0, #ff6e61);
}

Seashell Serenade color palette created on .