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