Skipp and Stone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skipp and Stone palette

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

Skipp and Stone カラーパレット CSS

/* CSS */
.color-1 {
color: #39b3c0;
}
.color-2 {
color: #6fae9d;
}
.color-3 {
color: #a6d8b5;
}
.color-4 {
color: #e5b29e;
}
.color-5 {
color: #d25b89;
}

/* CSS Variables */
:root {
--color-1: #39b3c0;
--color-2: #6fae9d;
--color-3: #a6d8b5;
--color-4: #e5b29e;
--color-5: #d25b89;
}

Skipp and Stone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39b3c0, #6fae9d, #a6d8b5, #e5b29e, #d25b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39b3c0, #6fae9d, #a6d8b5, #e5b29e, #d25b89);
}

Skipp and Stone color palette created on .