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