Ocean Breeze Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ocean Breeze Dreamscape palette
Ocean Breeze Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #0088d6;
}
.color-2 {
color: #0092d1;
}
.color-3 {
color: #00b4e0;
}
.color-4 {
color: #50bfe7;
}
.color-5 {
color: #b5debc;
}
/* CSS Variables */
:root {
--color-1: #0088d6;
--color-2: #0092d1;
--color-3: #00b4e0;
--color-4: #50bfe7;
--color-5: #b5debc;
}
Ocean Breeze Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0088d6, #0092d1, #00b4e0, #50bfe7, #b5debc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0088d6, #0092d1, #00b4e0, #50bfe7, #b5debc);
}
Ocean Breeze Dreamscape color palette created on .