Seafarer's Odyssey カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Seafarer's Odyssey palette
Seafarer's Odyssey カラーパレット CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4f7c9c;
}
.color-3 {
color: #88b8c3;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #d25041;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4f7c9c;
--color-3: #88b8c3;
--color-4: #f5c400;
--color-5: #d25041;
}
Seafarer's Odyssey の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4f7c9c, #88b8c3, #f5c400, #d25041);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4f7c9c, #88b8c3, #f5c400, #d25041);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Seafarer's Odyssey color palette created on .