Seashell Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seashell Serenade palette

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

Seashell Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f6e1a7;
}
.color-3 {
color: #b8e7b1;
}
.color-4 {
color: #a3d6e0;
}
.color-5 {
color: #6b9bd6;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f6e1a7;
--color-3: #b8e7b1;
--color-4: #a3d6e0;
--color-5: #6b9bd6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f6e1a7, #b8e7b1, #a3d6e0, #6b9bd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f6e1a7, #b8e7b1, #a3d6e0, #6b9bd6);
}

Seashell Serenade color palette created on .