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