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