Ocean Breeze Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Delight palette

このパレットを共有する先:

Ocean Breeze Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #45b2e8;
}
.color-2 {
color: #3a8cbb;
}
.color-3 {
color: #2b6a91;
}
.color-4 {
color: #f5b2c7;
}
.color-5 {
color: #f9e4a4;
}

/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #3a8cbb;
--color-3: #2b6a91;
--color-4: #f5b2c7;
--color-5: #f9e4a4;
}

Ocean Breeze Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #3a8cbb, #2b6a91, #f5b2c7, #f9e4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #3a8cbb, #2b6a91, #f5b2c7, #f9e4a4);
}

Ocean Breeze Delight color palette created on .