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