Kraken カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Kraken palette
Kraken カラーパレット CSS
/* CSS */
.color-1 {
color: #d1d6ff;
}
.color-2 {
color: #dbebff;
}
.color-3 {
color: #ebfdff;
}
.color-4 {
color: #fff9e5;
}
.color-5 {
color: #ffccbd;
}
/* CSS Variables */
:root {
--color-1: #d1d6ff;
--color-2: #dbebff;
--color-3: #ebfdff;
--color-4: #fff9e5;
--color-5: #ffccbd;
}
Kraken の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1d6ff, #dbebff, #ebfdff, #fff9e5, #ffccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1d6ff, #dbebff, #ebfdff, #fff9e5, #ffccbd);
}
似たようなカラーパレット
Kraken color palette created on .