Seashell Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seashell Serenade palette

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

Seashell Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #00a8d6;
}
.color-2 {
color: #a6d8c8;
}
.color-3 {
color: #f5b2c1;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #fbaf3c;
}

/* CSS Variables */
:root {
--color-1: #00a8d6;
--color-2: #a6d8c8;
--color-3: #f5b2c1;
--color-4: #f1a8a2;
--color-5: #fbaf3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8d6, #a6d8c8, #f5b2c1, #f1a8a2, #fbaf3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8d6, #a6d8c8, #f5b2c1, #f1a8a2, #fbaf3c);
}

Seashell Serenade color palette created on .