Shades of Celadon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Celadon palette
Shades of Celadon カラー パレット PNG 画像
Shades of Celadon カラーパレット CSS
/* CSS */
.color-1 {
color: #c6e2b1;
}
.color-2 {
color: #a6d8a8;
}
.color-3 {
color: #8bc1b0;
}
.color-4 {
color: #7fadbd;
}
.color-5 {
color: #6fa1ce;
}
/* CSS Variables */
:root {
--color-1: #c6e2b1;
--color-2: #a6d8a8;
--color-3: #8bc1b0;
--color-4: #7fadbd;
--color-5: #6fa1ce;
}
Shades of Celadon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6e2b1, #a6d8a8, #8bc1b0, #7fadbd, #6fa1ce);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6e2b1, #a6d8a8, #8bc1b0, #7fadbd, #6fa1ce);
}
似たようなカラーパレット
Shades of Celadon color palette created on .