Kaamos カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Kaamos palette

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

Kaamos カラー パレット PNG 画像

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

Kaamos カラーパレット CSS

/* CSS */
.color-1 {
color: #191c3e;
}
.color-2 {
color: #4a5378;
}
.color-3 {
color: #788bb5;
}
.color-4 {
color: #b2c3e0;
}
.color-5 {
color: #f0f5ff;
}

/* CSS Variables */
:root {
--color-1: #191c3e;
--color-2: #4a5378;
--color-3: #788bb5;
--color-4: #b2c3e0;
--color-5: #f0f5ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191c3e, #4a5378, #788bb5, #b2c3e0, #f0f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191c3e, #4a5378, #788bb5, #b2c3e0, #f0f5ff);
}

Kaamos color palette created on .