Scaredy Cat Crew カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Scaredy Cat Crew palette

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

Scaredy Cat Crew カラーパレット CSS

/* CSS */
.color-1 {
color: #5e4f8c;
}
.color-2 {
color: #8a6bbd;
}
.color-3 {
color: #a48dd3;
}
.color-4 {
color: #b7c3e6;
}
.color-5 {
color: #d9e1f2;
}

/* CSS Variables */
:root {
--color-1: #5e4f8c;
--color-2: #8a6bbd;
--color-3: #a48dd3;
--color-4: #b7c3e6;
--color-5: #d9e1f2;
}

Scaredy Cat Crew の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4f8c, #8a6bbd, #a48dd3, #b7c3e6, #d9e1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4f8c, #8a6bbd, #a48dd3, #b7c3e6, #d9e1f2);
}

Scaredy Cat Crew color palette created on .