Seaside Confections カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seaside Confections palette

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

Seaside Confections カラーパレット CSS

/* CSS */
.color-1 {
color: #e9caa5;
}
.color-2 {
color: #d0b29a;
}
.color-3 {
color: #bfa392;
}
.color-4 {
color: #a78e7b;
}
.color-5 {
color: #8b6b5b;
}

/* CSS Variables */
:root {
--color-1: #e9caa5;
--color-2: #d0b29a;
--color-3: #bfa392;
--color-4: #a78e7b;
--color-5: #8b6b5b;
}

Seaside Confections の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9caa5, #d0b29a, #bfa392, #a78e7b, #8b6b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9caa5, #d0b29a, #bfa392, #a78e7b, #8b6b5b);
}

Seaside Confections color palette created on .