Seashell Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seashell Serenade palette

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

Seashell Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f8a5b4;
}
.color-2 {
color: #fbae7e;
}
.color-3 {
color: #fedd7c;
}
.color-4 {
color: #f3ca4f;
}
.color-5 {
color: #a7d7a2;
}

/* CSS Variables */
:root {
--color-1: #f8a5b4;
--color-2: #fbae7e;
--color-3: #fedd7c;
--color-4: #f3ca4f;
--color-5: #a7d7a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a5b4, #fbae7e, #fedd7c, #f3ca4f, #a7d7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a5b4, #fbae7e, #fedd7c, #f3ca4f, #a7d7a2);
}

Seashell Serenade color palette created on .