Kratos カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Kratos palette

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

Kratos カラー パレット PNG 画像

Download kratos color palette PNG image (landscape)
Download kratos color palette PNG image (square)

Kratos カラーパレット CSS

/* CSS */
.color-1 {
color: #c63f3f;
}
.color-2 {
color: #b4a2a4;
}
.color-3 {
color: #5b5d67;
}
.color-4 {
color: #2e3a4d;
}
.color-5 {
color: #1a1a1a;
}

/* CSS Variables */
:root {
--color-1: #c63f3f;
--color-2: #b4a2a4;
--color-3: #5b5d67;
--color-4: #2e3a4d;
--color-5: #1a1a1a;
}

Kratos の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c63f3f, #b4a2a4, #5b5d67, #2e3a4d, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c63f3f, #b4a2a4, #5b5d67, #2e3a4d, #1a1a1a);
}

Kratos color palette created on .