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