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