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