Poseidon カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Poseidon palette
Poseidon カラー パレット PNG 画像
Poseidon カラーパレット CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #4b7c9b;
}
.color-3 {
color: #65b3b8;
}
.color-4 {
color: #84e1c7;
}
.color-5 {
color: #f1e8b1;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #4b7c9b;
--color-3: #65b3b8;
--color-4: #84e1c7;
--color-5: #f1e8b1;
}
Poseidon の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #4b7c9b, #65b3b8, #84e1c7, #f1e8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #4b7c9b, #65b3b8, #84e1c7, #f1e8b1);
}
似たようなカラーパレット
Poseidon color palette created on .