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